version 0.2.2

This commit is contained in:
Senko Rasic
2024-06-04 18:23:05 +02:00
parent fa2cd3209d
commit 9128adde61
2 changed files with 12 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "gpt-pilot" name = "gpt-pilot"
version = "0.2.1" version = "0.2.2"
description = "Build complete apps using AI agents" description = "Build complete apps using AI agents"
authors = ["Senko Rasic <senko@pythagora.ai>"] authors = ["Senko Rasic <senko@pythagora.ai>"]
license = "FSL-1.1-MIT" license = "FSL-1.1-MIT"

View File

@@ -2,38 +2,40 @@ aiosqlite==0.20.0
alembic==1.13.1 alembic==1.13.1
annotated-types==0.7.0 annotated-types==0.7.0
anthropic==0.25.9 anthropic==0.25.9
anyio==4.3.0 anyio==4.4.0
certifi==2024.2.2 certifi==2024.6.2
charset-normalizer==3.3.2 charset-normalizer==3.3.2
colorama==0.4.6 colorama==0.4.6
distro==1.9.0 distro==1.9.0
exceptiongroup==1.2.1 exceptiongroup==1.2.1
filelock==3.14.0 filelock==3.14.0
fsspec==2024.5.0 fsspec==2024.6.0
greenlet==3.0.3 greenlet==3.0.3
groq==0.6.0 groq==0.6.0
h11==0.14.0 h11==0.14.0
httpcore==1.0.5 httpcore==1.0.5
httpx==0.27.0 httpx==0.27.0
huggingface-hub==0.23.1 huggingface-hub==0.23.2
idna==3.7 idna==3.7
jinja2==3.1.4 jinja2==3.1.4
mako==1.3.5 mako==1.3.5
markupsafe==2.1.5 markupsafe==2.1.5
openai==1.30.1 openai==1.31.0
packaging==24.0 packaging==24.0
prompt-toolkit==3.0.46
psutil==5.9.8 psutil==5.9.8
pydantic-core==2.18.2 pydantic-core==2.18.4
pydantic==2.7.1 pydantic==2.7.3
python-dotenv==1.0.1 python-dotenv==1.0.1
pyyaml==6.0.1 pyyaml==6.0.1
regex==2024.5.15 regex==2024.5.15
requests==2.32.2 requests==2.32.3
sniffio==1.3.1 sniffio==1.3.1
sqlalchemy==2.0.30 sqlalchemy==2.0.30
sqlalchemy[asyncio]==2.0.30 sqlalchemy[asyncio]==2.0.30
tiktoken==0.6.0 tiktoken==0.6.0
tokenizers==0.19.1 tokenizers==0.19.1
tqdm==4.66.4 tqdm==4.66.4
typing-extensions==4.11.0 typing-extensions==4.12.1
urllib3==2.2.1 urllib3==2.2.1
wcwidth==0.2.13