Skip to content

Commit

Permalink
Revert "Pin pydantic to >=2.7.4"
Browse files Browse the repository at this point in the history
This reverts commit 88d3849.

For whatever strange reason 2.7.4 results in failed startup on main,
possibly due to outdated GLIBC.
  • Loading branch information
mvdbeek committed Jul 3, 2024
1 parent 39d823f commit 62cdff3
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ psutil==5.9.8 ; python_version >= "3.8" and python_version < "3.13"
pulsar-galaxy-lib==0.15.6 ; python_version >= "3.8" and python_version < "3.13"
pycparser==2.22 ; python_version >= "3.8" and python_version < "3.13"
pycryptodome==3.20.0 ; python_version >= "3.8" and python_version < "3.13"
pydantic-core==2.18.4 ; python_version >= "3.8" and python_version < "3.13"
pydantic-core==2.18.2 ; python_version >= "3.8" and python_version < "3.13"
pydantic-tes==0.1.5 ; python_version >= "3.8" and python_version < "3.13"
pydantic==2.7.4 ; python_version >= "3.8" and python_version < "3.13"
pydantic[email]==2.7.4 ; python_version >= "3.8" and python_version < "3.13"
pydantic==2.7.1 ; python_version >= "3.8" and python_version < "3.13"
pydantic[email]==2.7.1 ; python_version >= "3.8" and python_version < "3.13"
pydot==2.0.0 ; python_version >= "3.8" and python_version < "3.13"
pyeventsystem==0.1.0 ; python_version >= "3.8" and python_version < "3.13"
pyfaidx==0.8.1.1 ; python_version >= "3.8" and python_version < "3.13"
Expand Down
4 changes: 2 additions & 2 deletions lib/galaxy/dependencies/pinned-typecheck-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mypy-boto3-s3==1.34.105 ; python_version >= "3.8" and python_version < "3.13"
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.13"
mypy==1.10.0 ; python_version >= "3.8" and python_version < "3.13"
pycparser==2.22 ; python_version >= "3.8" and python_version < "3.13" and platform_python_implementation != "PyPy"
pydantic-core==2.18.4 ; python_version >= "3.8" and python_version < "3.13"
pydantic==2.7.4 ; python_version >= "3.8" and python_version < "3.13"
pydantic-core==2.18.2 ; python_version >= "3.8" and python_version < "3.13"
pydantic==2.7.1 ; python_version >= "3.8" and python_version < "3.13"
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11"
types-awscrt==0.20.9 ; python_version >= "3.8" and python_version < "3.13"
types-bleach==6.1.0.20240331 ; python_version >= "3.8" and python_version < "3.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install_requires =
paramiko!=2.9.0,!=2.9.1
pebble
pulsar-galaxy-lib>=0.15.0.dev0
pydantic>=2.7.4
pydantic>=2,!=2.6.0,!=2.6.1
pysam>=0.21
PyJWT
PyYAML
Expand Down
2 changes: 1 addition & 1 deletion packages/data/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_requires =
numpy
parsley
pycryptodome
pydantic[email]>=2.7.4
pydantic[email]>=2,!=2.6.0,!=2.6.1
pylibmagic
python-magic
pysam>=0.21
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = 24.1.2.dev0
include_package_data = True
install_requires =
galaxy-util
pydantic[email]>=2.7.4
pydantic[email]>=2,!=2.6.0,!=2.6.1
packages = find:
python_requires = >=3.8

Expand Down
2 changes: 1 addition & 1 deletion packages/tool_shed/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_requires =
MarkupSafe
mercurial
Paste
pydantic>=2.7.4
pydantic>=2,!=2.6.0,!=2.6.1
Routes
SQLAlchemy>=2.0,<2.1
starlette
Expand Down
2 changes: 1 addition & 1 deletion packages/tours/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = 24.1.2.dev0
include_package_data = True
install_requires =
galaxy-navigation
pydantic>=2.7.4
pydantic>=2,!=2.6.0,!=2.6.1
PyYAML
packages = find:
python_requires = >=3.8
Expand Down
2 changes: 1 addition & 1 deletion packages/web_apps/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_requires =
Mako
MarkupSafe
Paste
pydantic>=2.7.4
pydantic>=2,!=2.6.0,!=2.6.1
PyJWT
python-dateutil
python-multipart # required to support form parsing in FastAPI/Starlette
Expand Down
2 changes: 1 addition & 1 deletion packages/web_framework/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_requires =
babel
MarkupSafe
paste
pydantic>=2.7.4
pydantic>=2,!=2.6.0,!=2.6.1
requests
Routes
SQLAlchemy>=2.0,<2.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pillow = "*"
psutil = "*"
pulsar-galaxy-lib = ">=0.15.0.dev0"
pycryptodome = "*"
pydantic = {version = ">=2.7.4", extras = ["email"]} # https://github.com/pydantic/pydantic/pull/9639
pydantic = {version = ">=2.7.0", extras = ["email"]} # https://github.com/pydantic/pydantic/issues/8760
PyJWT = "*"
pykwalify = "*"
pylibmagic = "*"
Expand Down Expand Up @@ -175,7 +175,7 @@ Werkzeug = "*"
mypy = "*"
boto3-stubs = {version = "*", extras = ["s3"]}
lxml-stubs = "*"
pydantic = ">=2.7.4" # for pydantic.mypy plugin
pydantic = ">=2, !=2.6.0, !=2.6.1" # for pydantic.mypy plugin
types-bleach = "*"
types-boto = "*"
types-contextvars = "*"
Expand Down

0 comments on commit 62cdff3

Please sign in to comment.