Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyVaneetvelde committed Nov 18, 2024
1 parent d677ca6 commit 5f49d28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "atomic-agents"
version = "1.0.14"
version = "1.0.15"
description = "A versatile framework for creating and managing intelligent agents."
authors = ["Kenny Vaneetvelde <[email protected]>"]
readme = "README.md"
Expand All @@ -24,14 +24,12 @@ pyfiglet = ">=1.0.2,<2.0.0"
textual = ">=0.82.0,<1.0.0"
pyyaml = ">=6.0.2,<7.0.0"
python-dotenv = ">=1.0.1,<2.0.0"
pdoc3 = ">=0.11.1,<1.0.0"
pytest-asyncio = ">=0.24.0,<1.0.0"
jiter = ">=0.5.0,<1.0.0"
requests = ">=2.32.3,<3.0.0"

[tool.poetry.group.dev.dependencies]
black = ">=24.8.0,<25.0.0"
flake8 = ">=7.1.1,<8.0.0"
pdoc3 = ">=0.11.1,<1.0.0"
pytest = ">=8.3.3,<9.0.0"
pytest-cov = ">=5.0.0,<6.0.0"
pytest-asyncio = ">=0.24.0,<1.0.0"
Expand Down
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
instructor>=1.3.4,<2.0.0
openai>=1.35.12,<2.0.0
pydantic>=2.8.0,<3.0.0
rich>=13.7.1,<14.0.0
toml>=0.10.2,<1.0.0
gitpython>=3.1.43,<4.0.0
pyfiglet>=1.0.2,<2.0.0
textual>=0.82.0,<1.0.0
pyyaml>=6.0.2,<7.0.0
python-dotenv>=1.0.1,<2.0.0
requests>=2.32.3,<3.0.0

0 comments on commit 5f49d28

Please sign in to comment.