Skip to content

Commit

Permalink
Set specific patch versions for old pydantic testing, to avoid having…
Browse files Browse the repository at this point in the history
… to build pydantic-core from scratch when testing
  • Loading branch information
simw committed Nov 5, 2024
1 parent 19bfcbb commit 6a6b88a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ test-dep-versions: prepare
poetry run pip install pyarrow==14.0.0
poetry run python -m pytest

poetry run pip install pydantic==2.0
poetry run pip install pydantic==2.0.3
poetry run python -m pytest

# Change in alias functionality in 2.5.0
poetry run pip install pydantic==2.4.2
poetry run python -m pytest

poetry run pip install pydantic==2.9.2
poetry run python -m pytest

.PHONY: clean
clean:
Expand Down

0 comments on commit 6a6b88a

Please sign in to comment.