Skip to content

Commit

Permalink
Fixed pydantic-core install failure
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 24, 2024
1 parent bf34347 commit b0bbd2a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
\"python-version\": \"3.9\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"ubuntu-latest\", \
\"python-version\": \"3.12\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"macos-latest\", \
\"python-version\": \"3.9\", \
Expand Down
7 changes: 3 additions & 4 deletions minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ incremental==22.10.0
click-default-group==1.2.4

# Safety tool
safety==3.0.1
safety-schemas==0.0.1
safety==3.1.0
safety-schemas==0.0.2
# TODO: Change to dparse 0.6.4 once released
dparse==0.6.4b0
ruamel.yaml==0.17.21
click==8.0.2
Authlib==1.3.1
marshmallow==3.15.0
pydantic==1.10.13
pydantic==2.8.0
typer==0.12.0
typer-cli==0.12.0
typer-slim==0.12.0
Expand Down Expand Up @@ -134,5 +134,4 @@ toml==0.10.2
tomli==2.0.1
tqdm==4.66.4
typing==3.6.1
typing-extensions==4.7.1
urllib3==1.26.19
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pyrsistent==0.20.0
pytz==2024.1
six==1.16.0
stomp.py==8.1.2
typing_extensions==4.7.1
typing-extensions==4.12.2
websocket-client==1.8.0
yamlloader==1.4.1
zipp==3.19.1
9 changes: 6 additions & 3 deletions requirements-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,18 @@ ruff>=0.3.5
towncrier>=22.8.0

# Safety tool
safety>=3.0.1
safety-schemas>=0.0.1
# Safety 3.0.0 requires exact versions of authlib==1.2.0 and jwt==1.3.1.
# Safety 3.0.x pins pydantic to <2.0, preventing bug fixes.
# pydantic 2.8.0 fixes an install issue on Python 3.13.
safety>=3.1.0
safety-schemas>=0.0.2,!=0.0.7
# TODO: Change to dparse 0.6.4 once released
dparse>=0.6.4b0
ruamel.yaml>=0.17.21
click>=8.0.2
Authlib>=1.3.1
marshmallow>=3.15.0
pydantic>=1.10.13
pydantic>=2.8.0
typer>=0.12.0
typer-cli>=0.12.0
typer-slim>=0.12.0
Expand Down

0 comments on commit b0bbd2a

Please sign in to comment.