Skip to content
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

Update requirements.txt and poetry.lock #315

Merged
merged 3 commits into from
Nov 7, 2024
Merged

Conversation

ParthSareen
Copy link
Contributor

@ParthSareen ParthSareen commented Nov 7, 2024

Update poetry.lock and requirements.txt

@ParthSareen ParthSareen requested a review from mxyng November 7, 2024 22:21
pyproject.toml Outdated
@@ -10,7 +10,7 @@ repository = "https://github.com/ollama/ollama-python"

[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.27.0"
httpx = ">=0.27.0,<0.28.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has the same semantics so it's unnecessary https://python-poetry.org/docs/dependency-specification/#caret-requirements

@ParthSareen ParthSareen force-pushed the parth/restrict-httpx-dep branch from 7005fb8 to efb819c Compare November 7, 2024 22:35
@ParthSareen ParthSareen merged commit a757142 into main Nov 7, 2024
5 checks passed
@ParthSareen ParthSareen deleted the parth/restrict-httpx-dep branch November 7, 2024 22:46
@ParthSareen ParthSareen changed the title Restrict httpx version to not introduce breaking changes Update requirements.txt and poetry.lock Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants