Skip to content

Commit

Permalink
updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Dec 29, 2024
1 parent cfc6ed3 commit e630307
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 121 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed access to optional parameter `actions` on `result` after `PipelineFixerAgent` has been invoked.

### Chore

- Updated dependencies:
- `duckduckgo-search` from 7.0.2 to 7.1.1
- `ipython` from 8.30 to 8.31
- `jinja2` from 3.1.4 to 3.1.5
- `langgraph-checkpoint-postgres` from 2.0.8 to 2.0.9
- `langsmith` from 0.2.4 to 0.2.6
- `python-gitlab` from 5.2 to 5.3
- `coverage` from 7.6.9 to 7.6.10
- `mypy` from 1.13 to 1.14
- `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241221

## [0.1.0-alpha.14] - 2024-12-27

### Added
Expand Down
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ dependencies = [
"django-extensions==3.2.3",
"django-ninja==1.3",
"django-split-settings==1.3.2",
"duckduckgo-search==7.0.2",
"duckduckgo-search==7.1.1",
"esprima==4.0.1",
"get-docker-secret==2",
"gunicorn==23",
"httpx==0.27.2",
"ipython==8.30",
"jinja2==3.1.4",
"ipython==8.31",
"jinja2==3.1.5",
"langchain==0.3.13",
"langchain-anthropic==0.3.1",
"langchain-community==0.3.13",
"langchain-openai==0.2.14",
"langchain-text-splitters==0.3.4",
"langgraph==0.2.60",
"langgraph-checkpoint-postgres==2.0.8",
"langsmith==0.2.4",
"langgraph-checkpoint-postgres==2.0.9",
"langsmith==0.2.6",
"pgvector==0.3.6",
"psycopg==3.2.3",
"pydantic==2.10.4",
"pydantic-settings==2.7",
"python-decouple==3.8",
"python-gitlab==5.2",
"python-gitlab==5.3",
"pyyaml==6.0.2",
"redis==5.2.1",
"sentry-sdk==2.19.2",
Expand All @@ -58,8 +58,8 @@ urls.Repository = "https://github.com/srtab/daiv"

[dependency-groups]
dev = [
"coverage==7.6.9",
"mypy==1.13",
"coverage==7.6.10",
"mypy==1.14",
"pre-commit==4.0.1",
"pyopenssl==24.3",
"pyproject-fmt==2.5",
Expand All @@ -70,7 +70,7 @@ dev = [
"pytest-mock==3.14",
"pytest-xdist==3.6.1",
"ruff==0.8.4",
"types-pyyaml==6.0.12.20240917",
"types-pyyaml==6.0.12.20241221",
"watchfiles==1.0.3",
]

Expand Down
Loading

0 comments on commit e630307

Please sign in to comment.