diff --git a/poetry.lock b/poetry.lock index a87fa31..0046c39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2021,4 +2021,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "8450e4cddf67a194f7aa7ee39d440e95ac75900b8811f8aba5a054f3f8e9a868" +content-hash = "6bfb1970dac2fc7f45596d78cc4a6df4ca0cfdea1441a846776a683b1d2db7d7" diff --git a/pyproject.toml b/pyproject.toml index 7287e8d..c32d395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" @@ -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" diff --git a/requirements.txt b/requirements.txt index 8caa63e..d9e718a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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