Skip to content

Conversation

@pbonneaudiabolocom
Copy link

@pbonneaudiabolocom pbonneaudiabolocom commented Jul 23, 2025

using pydantic v1 emulation, migration of the rocketry engine.
Most job was done by @Grigoriy457. I have just updated the pyproject file

The purpose was not to migrate to pydantic V2 but only to propose a version compatible in case you need to have rocketry to coexist with a pydantic V2 program.

Grigoriy457 and others added 6 commits June 17, 2024 18:10
Make sure the redbird patched version in required in pyproject.toml, used by uv, and not only from requirements.txt
Make sure the redbird patched version in required in pyproject.toml, used by uv, and not only from requirements.txt
@pbonneaudiabolocom pbonneaudiabolocom changed the title Adds support for pydantic V2 Adds compatibility with pydantic V2 Jul 23, 2025
@pbonneaudiabolocom pbonneaudiabolocom changed the title Adds compatibility with pydantic V2 Adds pydantic.v1 compatibility mode using pydantic V2 Jul 23, 2025
@pbonneaudiabolocom
Copy link
Author

I added the support of coroutine proper detection in case you provide callable Class in async.

MyClass()
  async def __call__(self):
     ...

That code is not working with the coroutine simple test.

@mhyatt000
Copy link

+1

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.

3 participants