Skip to content

Commit

Permalink
relax pydantic dependencies (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonhead94 authored Oct 20, 2024
1 parent 8ac1d28 commit 1122340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
30 changes: 1 addition & 29 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ gevent = "*"
aiofiles = "*"
orjson = "*"
uvloop = {version = "*", markers = "sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')"}
pydantic = "2.7.1"
pydantic-settings = "2.2.1"
pydantic = "^2.7.1"
pydantic-settings = "^2.2.1"
python-multipart = "*"

## The importlib-resources backport is required to use some
Expand Down

0 comments on commit 1122340

Please sign in to comment.