We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e51f7b commit 73af706Copy full SHA for 73af706
pyproject.toml
@@ -6,7 +6,7 @@ readme = "README.md"
6
authors = [{ name = "Agno", email = "hello@agno.com" }]
7
8
dependencies = [
9
- "agno[aws]==1.2.3",
+ "agno[aws]==1.2.4",
10
"alembic",
11
"beautifulsoup4",
12
"duckduckgo-search",
requirements.txt
@@ -1,6 +1,6 @@
1
# This file was autogenerated by uv via the following command:
2
# ./scripts/generate_requirements.sh upgrade
3
-agno==1.2.3
+agno==1.2.4
4
agno-aws==0.0.1
5
agno-docker==0.0.1
alembic==1.15.1
0 commit comments