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 <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Oct 24, 2024
1 parent 87f6b0a commit 31e456b
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@ -56,6 +56,11 @@ jobs:
\"python-version\": \"3.8\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"ubuntu-latest\", \
\"python-version\": \"3.12\", \
\"package_level\": \"latest\" \
}, \
{ \
\"os\": \"macos-latest\", \
\"python-version\": \"3.8\", \
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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.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 is used by safety and is covered in requirements.txt
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
4 changes: 2 additions & 2 deletions minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,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 is used by safety and is covered in minimum-constraints-install.txt
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 @@ -57,7 +57,7 @@ requests==2.32.2
rpds-py==0.7.1 # used by jsonschema>=4.18.0
ruamel.yaml.clib==0.2.8
stomp-py==8.1.1
typing-extensions==4.7.1
typing-extensions==4.12.2
websocket-client==1.8.0
yamlloader==0.5.5
zipp==3.19.1 # Used in some combinations of Python version and package level

0 comments on commit 31e456b

Please sign in to comment.