Skip to content

build(deps): bump pydantic-ai from 0.0.40 to 0.1.9 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 148 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ matplotlib = "^3.9.2" # Visualization of results
jinja2 = "^3.1.4" # Templating for code generation
sentry_sdk = "^2.22.0" # Error tracking
tomli = "^2.2.1" # TOML parsing
pydantic-ai = ">=0.0.24,<0.0.41" # Pydantic extension for AI models
pydantic-ai = ">=0.0.24,<0.1.10" # Pydantic extension for AI models
# crewai = "^0.102.0" # CrewAI integration
# autogen = "^0.4.0" # Code generation
python-multipart = "^0.0.20" # For file uploads in FastAPI
Expand Down
Loading