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

refactor(py): genkit.core.schemas -> genkit.core.schema_types since we also have a schema module #2011

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

yesudeep
Copy link
Contributor

@yesudeep yesudeep commented Feb 18, 2025

refactor(py): genkit.core.schemas -> genkit.core.schema_types since we also have a schema module

Rename the module from schemas to schema_types to avoid collisions with another module called 'schema' that will be ported soon.

CHANGELOG:

  • Update the name of the module.
  • Update references to the name.
  • Update ruff configuration to avoid ignoring lint in this module.

Checklist (if applicable):

@yesudeep yesudeep requested review from Irillit and kirgrim February 18, 2025 08:28
@yesudeep yesudeep self-assigned this Feb 18, 2025
@yesudeep yesudeep added this to the py-0.1.0 milestone Feb 18, 2025
…e also have a schema module

Rename the module from schemas to schema_types to avoid collisions
with another module called 'schema' that will be ported soon.

CHANGELOG:
- [ ] Update the name of the module.
- [ ] Update references to the name.
- [ ] Update ruff configuration to avoid ignoring lint in this module.
@yesudeep yesudeep force-pushed the yesudeep/refactor/typings branch from c6873c0 to 2265ebc Compare February 18, 2025 08:28
@yesudeep yesudeep merged commit 22f937f into main Feb 18, 2025
7 checks passed
@yesudeep yesudeep deleted the yesudeep/refactor/typings branch February 18, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants