Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
hard code pydantic version to 2.5.3
Browse files Browse the repository at this point in the history
New version 2.6.0 seems to be incompatible with pydantic-xml
  • Loading branch information
JR-1991 committed Feb 1, 2024
1 parent 4f280a5 commit fd0aebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdRDM"
version = "0.2.1"
version = "0.2.2"
description = "Software-driven RDM converts markdown data models into powerful objects that can be serialized to JSON, XML, YAML and HDF5"
authors = ["Jan Range <[email protected]>"]
license = "MIT License"
Expand All @@ -9,7 +9,7 @@ packages = [{include = "sdRDM"}]

[tool.poetry.dependencies]
python = "^3.9"
pydantic = "^2.5.3"
pydantic = "2.5.3"
pydantic-xml = "^2.7.0"
numpy = "^1.26.3"
pandas = "^2.1.4"
Expand Down

0 comments on commit fd0aebf

Please sign in to comment.