Skip to content

Commit

Permalink
version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
senko committed Jun 4, 2024
1 parent 6119049 commit 4c64be9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "FSL-1.1-MIT"
Expand Down
20 changes: 11 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c64be9

Please sign in to comment.