Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump pydantic to v2.5.3 #95

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ops
lightkube
lightkube-models
pydantic<2.0
pydantic==2.5.3
pytest-interface-tester
jinja2
jsonschema
Expand Down
9 changes: 7 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile requirements.in
#
annotated-types==0.6.0
# via pydantic
anyio==4.3.0
# via httpx
attrs==23.2.0
Expand Down Expand Up @@ -61,10 +63,12 @@ pluggy==1.4.0
# via pytest
pycparser==2.21
# via cffi
pydantic==1.10.14
pydantic==2.5.3
# via
# -r requirements.in
# pytest-interface-tester
pydantic-core==2.14.6
# via pydantic
pytest==8.0.2
# via pytest-interface-tester
pytest-interface-tester==2.0.1
Expand All @@ -83,7 +87,7 @@ rpds-py==0.18.0
# via
# jsonschema
# referencing
sniffio==1.3.0
sniffio==1.3.1
# via
# anyio
# httpx
Expand All @@ -93,5 +97,6 @@ typing-extensions==4.9.0
# via
# cosl
# pydantic
# pydantic-core
websocket-client==1.7.0
# via ops
Loading