Skip to content

Commit

Permalink
fix: mitigate bug in pydantic 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 31, 2024
1 parent 5d8569f commit 264207e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ flask = { version = ">=2.2.5,<4", optional = true }
jsonschema = ">=4.23.0,<5"
psycopg2-binary = ">=2.9.9,<3.0"
pydantic = ">=2.8.2,<3"
pydantic-settings = ">=2.4.0,<3"
pydantic-settings = ">=2.4.0,<2.6" # avoid >=2.6.x for now: https://github.com/pydantic/pydantic-settings/issues/445
redis = ">=5.0.8,<6"
requests = ">=2.32.3,<3"
werkzeug = ">=2.2.3,<4"
Expand Down

0 comments on commit 264207e

Please sign in to comment.