diff --git a/pyproject.toml b/pyproject.toml index ed8eee3c..5c93fdb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-pilot" -version = "0.2.1" +version = "0.2.2" description = "Build complete apps using AI agents" authors = ["Senko Rasic "] license = "FSL-1.1-MIT" diff --git a/requirements.txt b/requirements.txt index 03ac14be..eef51be1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,38 +2,40 @@ aiosqlite==0.20.0 alembic==1.13.1 annotated-types==0.7.0 anthropic==0.25.9 -anyio==4.3.0 -certifi==2024.2.2 +anyio==4.4.0 +certifi==2024.6.2 charset-normalizer==3.3.2 colorama==0.4.6 distro==1.9.0 exceptiongroup==1.2.1 filelock==3.14.0 -fsspec==2024.5.0 +fsspec==2024.6.0 greenlet==3.0.3 groq==0.6.0 h11==0.14.0 httpcore==1.0.5 httpx==0.27.0 -huggingface-hub==0.23.1 +huggingface-hub==0.23.2 idna==3.7 jinja2==3.1.4 mako==1.3.5 markupsafe==2.1.5 -openai==1.30.1 +openai==1.31.0 packaging==24.0 +prompt-toolkit==3.0.46 psutil==5.9.8 -pydantic-core==2.18.2 -pydantic==2.7.1 +pydantic-core==2.18.4 +pydantic==2.7.3 python-dotenv==1.0.1 pyyaml==6.0.1 regex==2024.5.15 -requests==2.32.2 +requests==2.32.3 sniffio==1.3.1 sqlalchemy==2.0.30 sqlalchemy[asyncio]==2.0.30 tiktoken==0.6.0 tokenizers==0.19.1 tqdm==4.66.4 -typing-extensions==4.11.0 +typing-extensions==4.12.1 urllib3==2.2.1 +wcwidth==0.2.13