Skip to content

Commit

Permalink
Merge pull request #390 from RWTH-EBC/387-Update-dependencies
Browse files Browse the repository at this point in the history
chore: relax pydantic requirements
  • Loading branch information
djs0109 authored Mar 7, 2025
2 parents 3c32f7d + 9d52673 commit 4a2850e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filip/utils/model_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def create_context_entity_model(
if key not in ContextEntity.model_fields
}
model = create_model(
__model_name=name or "GeneratedContextEntity",
name or "GeneratedContextEntity",
__base__=ContextEntity,
__validators__=validators or {},
**properties,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"datamodel_code_generator[http]~=0.25.0",
"paho-mqtt~=2.0.0",
"pandas_datapackage_reader~=0.18.0",
"pydantic>=2.6.0,<2.7.0",
"pydantic>=2.6.0,<2.9.0",
"pydantic-settings>=2.0.0,<2.3.0",
"geojson_pydantic~=1.0.2",
"stringcase>=1.2.0",
Expand Down

0 comments on commit 4a2850e

Please sign in to comment.