-
Notifications
You must be signed in to change notification settings - Fork 409
security dependency updates #1263
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
base: main
Are you sure you want to change the base?
Conversation
pyproject.toml
Outdated
@@ -61,6 +61,7 @@ uvloop = {version = "^0.20.0", optional = true} | |||
semver = "^3.0.2" | |||
llama-index = {version = ">=0.11.0", optional = true} | |||
boto3 = {version = ">1, <2", optional = true} | |||
h11 = "0.16.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.
should range this right?
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.
or really, since this is a transient dependency, which core dependency do we need to increase the range of to allow users to install a safe version?
Blocked on an update to jsonformer - https://github.com/1rgs/jsonformer/pull/63/files |
No description provided.