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

chore(deps): unpin dependencies #72

Merged
merged 5 commits into from
Jan 24, 2025
Merged

chore(deps): unpin dependencies #72

merged 5 commits into from
Jan 24, 2025

Conversation

jean-malo
Copy link
Contributor

No description provided.

pyproject.toml Outdated
tiktoken = "^0.7.0"
pillow = "^10.3.0"
requests = "^2.0.0"
pydantic = ">=2.7,<3.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
pydantic = ">=2.7,<3.0"
pydantic = "^2.7"

Think for Pydantic we should leave between 2 and 3 no?

pyproject.toml Outdated
typing-extensions = ">=4.11.0"
tiktoken = ">=0.7.0"
pillow = ">=10.3.0"
requests = ">=2.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
requests = ">=2.0.0"
requests = "^2.0.0"

pyproject.toml Outdated
Comment on lines 59 to 60
types-Pillow = ">=10.2.0"
types-requests = ">=2.32"
Copy link
Contributor

@patrickvonplaten patrickvonplaten Jan 14, 2025

Choose a reason for hiding this comment

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

Suggested change
types-Pillow = ">=10.2.0"
types-requests = ">=2.32"
types-requests = "^2.32"

@jean-malo jean-malo merged commit 1f79a72 into main Jan 24, 2025
12 checks passed
@jean-malo jean-malo deleted the fix/unpin-deps branch January 24, 2025 11:33
@jean-malo jean-malo mentioned this pull request Feb 4, 2025
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