Skip to content

Commit

Permalink
update major version
Browse files Browse the repository at this point in the history
  • Loading branch information
synacktraa committed Oct 3, 2024
1 parent f149560 commit 038b3ef
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 31 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate-codecov-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: validate-codecov-config

on:
pull_request:
paths-ignore:
- "cookbooks/**"
paths: [codecov.yaml]
push:
paths-ignore:
Expand Down
72 changes: 44 additions & 28 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 @@ -11,7 +11,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<=3.12"
python = ">=3.8,<=3.12.*"
docstring-parser = ">=0.15"
pydantic = {version = ">=2.0", optional = true}
langchain-core = {version = ">=0.3.0", optional = true, python = ">=3.9"}
Expand Down

0 comments on commit 038b3ef

Please sign in to comment.