-
Notifications
You must be signed in to change notification settings - Fork 70
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
base: main
Are you sure you want to change the base?
Conversation
6ebcbf6
to
d6f9d9b
Compare
d6f9d9b
to
73c83aa
Compare
tiktoken = "^0.7.0" | ||
pillow = "^10.3.0" | ||
requests = "^2.0.0" | ||
pydantic = ">=2.7,<3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pydantic = ">=2.7,<3.0" | |
pydantic = "^2.7" |
Think for Pydantic we should leave between 2 and 3 no?
typing-extensions = ">=4.11.0" | ||
tiktoken = ">=0.7.0" | ||
pillow = ">=10.3.0" | ||
requests = ">=2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requests = ">=2.0.0" | |
requests = "^2.0.0" |
types-Pillow = ">=10.2.0" | ||
types-requests = ">=2.32" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
types-Pillow = ">=10.2.0" | |
types-requests = ">=2.32" | |
types-requests = "^2.32" |
No description provided.