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

Pydantic v1 and v2 compatibility, add pydantic_v1 module #463

Merged
merged 5 commits into from
Nov 15, 2023

Conversation

JasonWeill
Copy link
Collaborator

Fixes #390. Inspired by LangChain, adds a module jupyter_scheduler.pydantic_v1 to expose the Pydantic v1 API to classes whether v1 or v2 is installed.

Updates dependencies to allow v1 and v2 to be used. Updates classes to use the new dependency.

Tested locally with both Pydantic v1 and v2; working in both cases.

@JasonWeill JasonWeill added the enhancement New feature or request label Nov 13, 2023
jupyter_scheduler/pydantic_v1/__init__.py Outdated Show resolved Hide resolved
jupyter_scheduler/pydantic_v1/__init__.py Outdated Show resolved Hide resolved
jupyter_scheduler/pydantic_v1/main.py Show resolved Hide resolved
@dlqqq dlqqq changed the title Custom module to allow Pydantic v1 and v2 compatibility Pydantic v1 and v2 compatibility, add pydantic_v1 module Nov 15, 2023
Copy link
Collaborator

@dlqqq dlqqq left a comment

Choose a reason for hiding this comment

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

Awesome work!

@JasonWeill JasonWeill merged commit caa3c1c into jupyter-server:main Nov 15, 2023
7 checks passed
JasonWeill added a commit to JasonWeill/jupyter-scheduler that referenced this pull request Nov 15, 2023
…erver#463)

* Custom module to allow Pydantic v1 and v2 compatibility

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update jupyter_scheduler/pydantic_v1/__init__.py

Co-authored-by: david qiu <[email protected]>

* Removes unneeded logic

* Adds dataclasses.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: david qiu <[email protected]>
@JasonWeill JasonWeill mentioned this pull request Nov 15, 2023
JasonWeill added a commit that referenced this pull request Nov 15, 2023
* Custom module to allow Pydantic v1 and v2 compatibility

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update jupyter_scheduler/pydantic_v1/__init__.py



* Removes unneeded logic

* Adds dataclasses.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: david qiu <[email protected]>
andrii-i pushed a commit to andrii-i/jupyter-scheduler that referenced this pull request Apr 16, 2024
…erver#463)

* Custom module to allow Pydantic v1 and v2 compatibility

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update jupyter_scheduler/pydantic_v1/__init__.py

Co-authored-by: david qiu <[email protected]>

* Removes unneeded logic

* Adds dataclasses.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: david qiu <[email protected]>
andrii-i added a commit that referenced this pull request Apr 16, 2024
…ydantic_v1 module, add pytest-cov dependency (#507)

* ignore check-wheel-contents "W002" error during release as is done in main (#488)

* update pre-commit

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Pydantic v1 and v2 compatibility, add `pydantic_v1` module (#463)

* Custom module to allow Pydantic v1 and v2 compatibility

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update jupyter_scheduler/pydantic_v1/__init__.py

Co-authored-by: david qiu <[email protected]>

* Removes unneeded logic

* Adds dataclasses.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: david qiu <[email protected]>

* add pytest-cov optional dependency

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jason Weill <[email protected]>
Co-authored-by: david qiu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not compatible with Pydantic 2
2 participants