Skip to content

Commit

Permalink
Declare new pydantic pin
Browse files Browse the repository at this point in the history
<3 to protect us against the v3 breakage.
  • Loading branch information
timj committed Jul 4, 2023
1 parent 67598c6 commit 8263c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"lsst-resources",
"lsst-daf-relation",
"deprecated >= 1.2",
"pydantic",
"pydantic <2.0",
]

dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pyyaml >= 5.1
astropy >= 4.0
click >7.0
sqlalchemy >= 1.4
pydantic
pydantic <3.0
httpx
deprecated >=1.2
git+https://github.com/lsst/sphgeom@main#egg=lsst-sphgeom
Expand Down

0 comments on commit 8263c03

Please sign in to comment.