Skip to content

Commit

Permalink
ci: Add explicit pydantic_settings versions to prevent unwanted pyd…
Browse files Browse the repository at this point in the history
…antic version upgrades in CI matrix (#263)
  • Loading branch information
mansenfranzen committed Apr 22, 2024
1 parent 83d2b94 commit 2c5c4d5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tox.ini
Expand Up @@ -16,14 +16,31 @@ commands =
description = "Test specific historical stable versions."
deps =
pydantic20: pydantic~=2.0.0
pydantic20: pydantic_settings~=2.0.0

pydantic21: pydantic~=2.1.0
pydantic21: pydantic_settings~=2.0.0

pydantic22: pydantic~=2.2.0
pydantic22: pydantic_settings~=2.0.0

pydantic23: pydantic~=2.3.0
pydantic23: pydantic_settings~=2.0.0

pydantic24: pydantic~=2.4.0
pydantic24: pydantic_settings~=2.0.0

pydantic25: pydantic~=2.5.0
pydantic25: pydantic_settings~=2.1.0

pydantic26: pydantic~=2.6.0
pydantic26: pydantic_settings~=2.1.0

pydantic27: pydantic~=2.7.0
pydantic27: pydantic_settings~=2.2.0

pydanticlatest: pydantic
pydanticlatest: pydantic_settings

; pins for sphinx 4.X compatibility from
; https://github.com/sphinx-doc/sphinx/issues/11890
Expand Down

0 comments on commit 2c5c4d5

Please sign in to comment.