-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependencies, imports, and README
Removed linters and formatters from pyproject.toml Created a requirements.txt file Updated the README file Ran isort to fix import spacing and order
- Loading branch information
1 parent
c16660d
commit 50baeb8
Showing
7 changed files
with
118 additions
and
878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --output-file requirements.txt pyproject.toml | ||
annotated-types==0.7.0 | ||
# via pydantic | ||
anyio==4.8.0 | ||
# via | ||
# httpx | ||
# openai | ||
certifi==2025.1.31 | ||
# via | ||
# httpcore | ||
# httpx | ||
# requests | ||
charset-normalizer==3.4.1 | ||
# via requests | ||
distro==1.9.0 | ||
# via openai | ||
dnspython==2.7.0 | ||
# via email-validator | ||
email-validator==2.2.0 | ||
# via pydantic | ||
h11==0.14.0 | ||
# via httpcore | ||
httpcore==1.0.7 | ||
# via httpx | ||
httpx==0.28.1 | ||
# via | ||
# langgraph-sdk | ||
# langsmith | ||
# openai | ||
idna==3.10 | ||
# via | ||
# anyio | ||
# email-validator | ||
# httpx | ||
# requests | ||
jiter==0.8.2 | ||
# via openai | ||
jsonpatch==1.33 | ||
# via langchain-core | ||
jsonpointer==3.0.0 | ||
# via jsonpatch | ||
langchain-core==0.3.33 | ||
# via | ||
# langchain-openai | ||
# langgraph | ||
# langgraph-checkpoint | ||
langchain-openai==0.3.3 | ||
# via python-langgraph (pyproject.toml) | ||
langgraph==0.2.69 | ||
# via python-langgraph (pyproject.toml) | ||
langgraph-checkpoint==2.0.10 | ||
# via langgraph | ||
langgraph-sdk==0.1.51 | ||
# via langgraph | ||
langsmith==0.3.4 | ||
# via langchain-core | ||
msgpack==1.1.0 | ||
# via langgraph-checkpoint | ||
openai==1.61.0 | ||
# via langchain-openai | ||
orjson==3.10.15 | ||
# via | ||
# langgraph-sdk | ||
# langsmith | ||
packaging==24.2 | ||
# via langchain-core | ||
pydantic==2.10.6 | ||
# via | ||
# python-langgraph (pyproject.toml) | ||
# langchain-core | ||
# langsmith | ||
# openai | ||
pydantic-core==2.27.2 | ||
# via pydantic | ||
pyyaml==6.0.2 | ||
# via langchain-core | ||
regex==2024.11.6 | ||
# via tiktoken | ||
requests==2.32.3 | ||
# via | ||
# langsmith | ||
# requests-toolbelt | ||
# tiktoken | ||
requests-toolbelt==1.0.0 | ||
# via langsmith | ||
sniffio==1.3.1 | ||
# via | ||
# anyio | ||
# openai | ||
tenacity==9.0.0 | ||
# via langchain-core | ||
tiktoken==0.8.0 | ||
# via langchain-openai | ||
tqdm==4.67.1 | ||
# via openai | ||
typing-extensions==4.12.2 | ||
# via | ||
# langchain-core | ||
# openai | ||
# pydantic | ||
# pydantic-core | ||
urllib3==2.3.0 | ||
# via requests | ||
zstandard==0.23.0 | ||
# via langsmith |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.