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

Bump pydantic from 1.10.15 to 2.7.1 #1045

Closed
wants to merge 1 commit 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
12 changes: 11 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# pip-compile --allow-unsafe requirements/dev.in
#
annotated-types==0.6.0
# via
# -r requirements/prod.txt
# pydantic
attrs==23.2.0
# via
# jsonschema
Expand Down Expand Up @@ -152,8 +156,12 @@ pluggy==1.5.0
# tox
pre-commit==3.5.0
# via -r requirements/dev.in
pydantic==1.10.15
pydantic==2.7.1
# via -r requirements/prod.txt
pydantic-core==2.18.2
# via
# -r requirements/prod.txt
# pydantic
pygments==2.17.2
# via diff-cover
pyproject-api==1.6.1
Expand Down Expand Up @@ -226,9 +234,11 @@ types-pyyaml==6.0.12.20240311
typing-extensions==4.11.0
# via
# -r requirements/prod.txt
# annotated-types
# black
# faker
# pydantic
# pydantic-core
# sqlalchemy
urllib3==1.26.18
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ PyYAML
click
python-dateutil
gvgen
pydantic<2.0.0
pydantic<3.0.0
python-baseconv
requests<=2.29.0 # There are issues with urllib on latest version
8 changes: 7 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile --allow-unsafe requirements/prod.in
#
annotated-types==0.6.0
# via pydantic
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
Expand All @@ -29,8 +31,10 @@ jinja2==3.1.3
# via -r requirements/prod.in
markupsafe==2.1.5
# via jinja2
pydantic==1.10.15
pydantic==2.7.1
# via -r requirements/prod.in
pydantic-core==2.18.2
# via pydantic
python-baseconv==1.2.2
# via -r requirements/prod.in
python-dateutil==2.9.0.post0
Expand All @@ -47,8 +51,10 @@ sqlalchemy==2.0.29
# via -r requirements/prod.in
typing-extensions==4.11.0
# via
# annotated-types
# faker
# pydantic
# pydantic-core
# sqlalchemy
urllib3==1.26.18
# via requests
Loading