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

Updated to Pydantic 2 (superset of Jason's) #1030

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into feature/pydantic-2-co…
…mpatible-type-signatures
  • Loading branch information
prescod committed Apr 6, 2024
commit 4b350087e5f8e08d730839f6f0124bfb96125274
39 changes: 28 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe requirements/dev.in
Expand Down Expand Up @@ -50,6 +50,8 @@ distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via coveralls
exceptiongroup==1.2.0
# via pytest
faker==24.7.1
# via
# -r requirements/prod.txt
Expand Down Expand Up @@ -82,7 +84,13 @@ idna==3.6
# requests
# yarl
importlib-metadata==7.1.0
# via mkdocs
# via
# markdown
# mkdocs
importlib-resources==6.4.0
# via
# jsonschema
# jsonschema-specifications
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
Expand Down Expand Up @@ -125,6 +133,8 @@ packaging==24.0
# tox
pathspec==0.12.1
# via black
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.2.0
# via
# black
Expand All @@ -135,19 +145,15 @@ pluggy==1.4.0
# diff-cover
# pytest
# tox
pre-commit==3.7.0
pre-commit==3.5.0
# via -r requirements/dev.in
pydantic==2.6.4
# via -r requirements/prod.txt
pydantic-core==2.16.3
# via
# -r requirements/prod.txt
# pydantic
pygments==2.17.2
# via diff-cover
pyproject-api==1.6.1
# via tox
pyright==1.1.357
pyright==1.1.356
# via -r requirements/dev.in
pytest==8.1.1
# via
Expand Down Expand Up @@ -196,6 +202,13 @@ six==1.16.0
# python-dateutil
sqlalchemy==1.4.52
# via -r requirements/prod.txt
tomli==2.0.1
# via
# black
# coverage
# pyproject-api
# pytest
# tox
tox==4.14.2
# via
# -r requirements/dev.in
Expand All @@ -204,16 +217,18 @@ tox-gh-actions==3.2.0
# via -r requirements/dev.in
types-pyyaml==6.0.12.20240311
# via responses
typing-extensions==4.11.0
typing-extensions==4.10.0
# via
# -r requirements/prod.txt
# black
# faker
# pydantic
# pydantic-core
urllib3==1.26.18
# via
# -r requirements/prod.txt
# requests
# responses
# vcrpy
vcrpy==6.0.1
# via
# -r requirements/dev.in
Expand All @@ -229,7 +244,9 @@ wrapt==1.16.0
yarl==1.9.4
# via vcrpy
zipp==3.18.1
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ six==1.16.0
# via python-dateutil
sqlalchemy==1.4.52
# via -r requirements/prod.in
typing-extensions==4.11.0
typing-extensions==4.10.0
# via
# pydantic
# pydantic-core
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.