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 c2a9722 commit 5f220ec
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 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.8\", \
Expand Down
4 changes: 2 additions & 2 deletions minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ incremental==22.10.0
click-default-group==1.2.4

# Safety CI by pyup.io
safety==3.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
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ pytz==2019.1
requests==2.32.2
six==1.16.0
stomp.py==8.1.1
typing-extensions==4.7.1
typing-extensions==4.12.2
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 @@ -16,15 +16,18 @@ pyproject-hooks>=1.1.0
towncrier>=22.8.0

# Safety CI by pyup.io
safety>=3.0.1
safety-schemas>=0.0.2
# 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.2.0
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 5f220ec

Please sign in to comment.