Skip to content

Commit

Permalink
fix: remove marshmallow json api import error (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarreau authored Jan 31, 2025
1 parent 7140808 commit 46ba170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent_toolkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ oic = "~=1.4"
pyjwt = "^2"
cachetools = "~=5.2"
marshmallow-jsonapi = ">=0.24.0, <1.0"
marshmallow = "<3.24.0"
sseclient-py = "^1.5"
forestadmin-datasource-toolkit = "1.22.3"
[[tool.poetry.dependencies.pandas]]
Expand Down

0 comments on commit 46ba170

Please sign in to comment.