Skip to content

Commit b13c52f

Browse files
deps and python version
1 parent 45c99ca commit b13c52f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/generate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838

3939
- name: Install avro-to-python-etp
4040
run: |
41-
poetry add avro-to-python-etp
41+
poetry add -D avro-to-python-etp
4242
shell: bash
4343

4444
- name: Translate avpr to avsc

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ classifiers = [
3636
keywords = ["ETP"]
3737

3838
[tool.poetry.dependencies]
39-
python = "^3.9, <4.0.0"
40-
pydantic = "~1"
39+
python = "^3.9"
40+
pydantic = "^2.10.0"
4141
typingx = "^0.6.0"
4242

4343
[build-system]

0 commit comments

Comments
 (0)