Skip to content

Commit

Permalink
feat: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 15, 2024
1 parent 8d911ef commit f0fb146
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"anyio>=3 ; python_version ~= \"3.8\"",
"anyio>=3 ; python_version < \"3.9\"",
"anyio>=4 ; python_version >= \"3.9\"",
"httpx>=0.22",
"exceptiongroup; python_version < \"3.11\"",
"eval_type_backport; python_version <= \"3.9\"",
"importlib-metadata; python_version < \"3.10\"",
"importlib-resources>=5.12.0; python_version < \"3.9\"",
"litestar-msgspec; python_version >= \"3.9\"",
"msgspec>=0.18.2,<=0.18.6; python_version ~= \"3.8\"",
"msgspec>=0.18.2,<=0.18.6; python_version < \"3.9\"",
"multidict>=6.0.2",
"polyfactory>=2.6.3",
"pyyaml",
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

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

0 comments on commit f0fb146

Please sign in to comment.