Skip to content

Commit

Permalink
build(deps): Bump the pip group with 2 updates (#47)
Browse files Browse the repository at this point in the history
* build(deps): Bump the pip group with 2 updates

Bumps the pip group with 2 updates: [openai](https://github.com/openai/openai-python) and [tiktoken](https://github.com/openai/tiktoken).


Updates `openai` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.11.1...v1.12.0)

Updates `tiktoken` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](openai/tiktoken@0.5.2...0.6.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: tiktoken
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci(pre-commit): auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pre-commit-ci[bot] authored Feb 9, 2024
1 parent 895d841 commit 36ab2da
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
82 changes: 41 additions & 41 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 @@ -16,7 +16,7 @@ openai = "^1.11.0"
python = "^3.10"
questionary = "^2.0.1"
rich = "^13.7.0"
tiktoken = "^0.5.2"
tiktoken = ">=0.5.2,<0.7.0"
typer = "^0.9.0"

[tool.poetry.group.dev.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ idna==3.6 ; python_version >= "3.10" and python_version < "4.0"
loguru==0.7.2 ; python_version >= "3.10" and python_version < "4.0"
markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
openai==1.11.1 ; python_version >= "3.10" and python_version < "4.0"
openai==1.12.0 ; python_version >= "3.10" and python_version < "4.0"
prompt-toolkit==3.0.36 ; python_version >= "3.10" and python_version < "4.0"
pydantic-core==2.16.1 ; python_version >= "3.10" and python_version < "4.0"
pydantic==2.6.0 ; python_version >= "3.10" and python_version < "4.0"
Expand All @@ -25,7 +25,7 @@ requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0"
rich==13.7.0 ; python_version >= "3.10" and python_version < "4.0"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
socksio==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
tiktoken==0.5.2 ; python_version >= "3.10" and python_version < "4.0"
tiktoken==0.6.0 ; python_version >= "3.10" and python_version < "4.0"
tqdm==4.66.1 ; python_version >= "3.10" and python_version < "4.0"
typer==0.9.0 ; python_version >= "3.10" and python_version < "4.0"
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 36ab2da

Please sign in to comment.