Skip to content

Commit 02921aa

Browse files
authored
Merge pull request #114 from Dino-Kupinic/develop
v0.4.1
2 parents 4a862ef + 580e457 commit 02921aa

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
### 🔗 Linked issue
22

3-
### ❓ Type of change
4-
5-
- [ ] 📖 Documentation
6-
- [ ] 🐞 Bug fix
7-
- [ ] 🤘🏻 Enhancement
8-
- [ ] ✨ New feature
9-
- [ ] 🧹 Chore
10-
113
### 📚 Description
124

135
<!-- Optional -->
14-
15-
### 📝 Checklist
16-
17-
- [ ] I have linked an issue.
18-
- [ ] I have added tests (if possible).
19-
- [ ] I have updated the documentation accordingly.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-backend-docs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Documentation for the AI Backend project",
55
"scripts": {
66
"docs:dev": "vitepress dev src",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
fastapi~=0.115.11
1+
fastapi~=0.115.12
22
ollama~=0.4.7
33
pydantic~=2.10.6
44
mypy~=1.15.0
55
mypy-extensions~=1.0.0
66
pytest~=8.3.5
77

88
# Optional dependencies
9-
ruff~=0.11.0
9+
ruff~=0.11.2

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
app = FastAPI(
77
title="AI Backend",
88
description="ai backend for your app powered by llama3",
9-
version="0.4.0",
9+
version="0.4.1",
1010
)
1111

1212
origins = ["*"]

0 commit comments

Comments
 (0)