Skip to content

Commit 82024f8

Browse files
authored
Loosen pydantic-settings pin from ==2.0.* to >=2.0,<3 (#125)
The current pin to pydantic-settings==2.0.* conflicts with other packages that require pydantic-settings>=2.8.1 (e.g. davies-cli), making it impossible for dependency resolvers to find a compatible set of packages when centml is installed alongside them. Widening to >=2.0,<3 follows semver and allows co-installation with packages that depend on newer pydantic-settings releases.
1 parent 470a8b6 commit 82024f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fastapi>=0.103.0
22
uvicorn>=0.23.0
33
python-multipart>=0.0.6
4-
pydantic-settings==2.0.*
4+
pydantic-settings>=2.0,<3
55
Requests==2.32.4
66
tabulate>=0.9.0
77
pyjwt>=2.8.0

0 commit comments

Comments
 (0)