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

new: update pydantic, unfreeze typing-extensions #203

Closed
wants to merge 1 commit into from

Conversation

joein
Copy link
Member

@joein joein commented Jul 8, 2023

We had an issue #175

It seemed like it was due to a problem with typing-extensions version, but actually it was pydantic's incorrect behaviour.
As it stated here.

pydantic<1.10.8 does not work with typing-extensions>=4.6.0, however pydantic>=1.10.8 works with typing-extensions>=4.2.0

I think it is not right to fix typing-extensions>=4.0.0,<=4.6.0 and suggest to update pydantic instead.

Also pydantic>=2.0.0 has requires typing-extensions>=4.6.1

@netlify
Copy link

netlify bot commented Jul 8, 2023

Deploy Preview for poetic-froyo-8baba7 ready!

Name Link
🔨 Latest commit f9dd91f
🔍 Latest deploy log https://app.netlify.com/sites/poetic-froyo-8baba7/deploys/64a94e09c51ac40008cd3293
😎 Deploy Preview https://deploy-preview-203--poetic-froyo-8baba7.netlify.app/qdrant_client.conversions.conversion
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@cmaycumber
Copy link

Same would absolutely love to see this merged!

@joein
Copy link
Member Author

joein commented Jul 14, 2023

can be closed in favour of #214

@joein joein closed this Jul 16, 2023
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.

None yet

3 participants