Skip to content

Commit dfdf521

Browse files
Bump version to 0.1.18
1 parent c79083d commit dfdf521

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

pyproject.toml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-agents"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
description = "A FastAPI extension for integrating common AI agent frameworks."
55
readme = "README.md"
66
classifiers = [ "Development Status :: 3 - Alpha", "Framework :: FastAPI", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]
@@ -16,17 +16,7 @@ requires = [ "hatchling==1.26.3",]
1616
build-backend = "hatchling.build"
1717

1818
[dependency-groups]
19-
dev = [
20-
"httpx>=0.27.2",
21-
"ipykernel>=6.29.5",
22-
"mkdocs>=1.6.1",
23-
"mkdocs-include-markdown-plugin>=7.1.2",
24-
"mkdocs-material>=9.5.49",
25-
"mkdocstrings[python]>=0.27.0",
26-
"pymdown-extensions>=10.14",
27-
"pytest>=8.3.4",
28-
"toml>=0.10.2",
29-
]
19+
dev = [ "httpx>=0.27.2", "ipykernel>=6.29.5", "mkdocs>=1.6.1", "mkdocs-include-markdown-plugin>=7.1.2", "mkdocs-material>=9.5.49", "mkdocstrings[python]>=0.27.0", "pymdown-extensions>=10.14", "pytest>=8.3.4", "toml>=0.10.2",]
3020

3121
[project.urls]
3222
Repository = "https://github.com/blairhudson/fastapi-agents"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)