Skip to content

Commit

Permalink
Update typing-extensions version to be compatible with Pydantic (#225)
Browse files Browse the repository at this point in the history
* Update pip requirements

* Bump to 1 more version

---------

Co-authored-by: ketphan02 <[email protected]>
  • Loading branch information
ketphan02 and ketphan02 authored Jul 1, 2024
1 parent 6b94921 commit 06edb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ nervaluate==0.1.8
s3fs==2022.5.0
boto3==1.21.21
toolz==0.12.0
typing_extensions<4.6.0
typing_extensions<=4.6.1
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ sqlalchemy==1.4.37
pymysql==1.0.2
furo==2022.9.29
myst_parser
typing_extensions<4.6.0
typing_extensions<=4.6.1
setuptools-scm
build

0 comments on commit 06edb14

Please sign in to comment.