Skip to content

Commit

Permalink
smaller change
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 2, 2024
1 parent b209231 commit 477d835
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ pycparser==2.20
# via
# -c requirements.txt
# cffi
pydantic==2.10.2
pydantic==2.9.2
# via
# -c requirements.txt
# datamodel-code-generator
Expand All @@ -400,7 +400,7 @@ pydantic==2.10.2
# openai
# pydantic-settings
# ragas
pydantic-core==2.27.1
pydantic-core==2.23.4
# via
# -c requirements.txt
# pydantic
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pymssql==2.3.1
PyMySQL==1.1.1
psycopg[binary]==3.1.20
pyarrow==17.0.0
pydantic==2.10.2
pydantic==2.9.2
pyjwt==2.4.0
pyodbc==5.1.0
python-dateutil>=2.8.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -499,15 +499,15 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.20
# via cffi
pydantic==2.10.2
pydantic==2.9.2
# via
# -r requirements.in
# langchain
# langchain-core
# langfuse
# langsmith
# openai
pydantic-core==2.27.1
pydantic-core==2.23.4
# via pydantic
pyjwt==2.4.0
# via
Expand Down

0 comments on commit 477d835

Please sign in to comment.