Skip to content

Commit

Permalink
fixing publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kulaga committed Jul 29, 2024
1 parent 75f9738 commit 8b4400c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added just_agents/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
long_description_content_type="text/markdown",
long_description=long_description,
packages=find_packages(),
install_requires=["litellm>=1.42.1", "numpydoc", "loguru", "requests", "Mako>=1.3.5", "typer>=0.12.3"],
install_requires=["litellm>=1.42.5", "numpydoc", "loguru", "requests", "Mako>=1.3.5", "typer>=0.12.3"],
extras_require={
'tools': [
# some default tools
Expand Down

0 comments on commit 8b4400c

Please sign in to comment.