Skip to content

Commit 75ec3ca

Browse files
remove upper limit of pydantic, drop python 3.15 support for now
1 parent 475ee50 commit 75ec3ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
16+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1717

1818
steps:
1919

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ install_requires =
2525
lru-cache<1
2626
oyaml==1
2727
pandas>=2,<3
28-
pydantic>=2,<=2.11.7
28+
pydantic>=2,<3
2929
pydantic-settings
3030
python-dotenv
3131
qrcode-artistic>=3,<4
3232
rdflib>=6,<7
3333
requests
3434
segno>=1.6,<1.7
35-
python_requires = >=3.10,<=3.15
35+
python_requires = >=3.10,<3.15
3636
include_package_data = True
3737

3838
[options.entry_points]

0 commit comments

Comments
 (0)