Skip to content

Commit

Permalink
Merge pull request #16 from chrisburr/pydantic2
Browse files Browse the repository at this point in the history
Use pydantic >=2
  • Loading branch information
chrisburr authored Jun 8, 2024
2 parents d76a29f + 7b98923 commit 4a20849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- gitpython
- httpx
- pip
- pydantic =1.10.13
- pydantic >=2
- python =3.11
- pyyaml
- requests
Expand Down
2 changes: 1 addition & 1 deletion server-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- httpx
- isodate
- opensearch-py
- pydantic =1.10.10
- pydantic >=2
- pyjwt
- python
- coverage
Expand Down

0 comments on commit 4a20849

Please sign in to comment.