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

Lint and update version #2253

Merged
merged 8 commits into from
Jun 22, 2024
Merged

Lint and update version #2253

merged 8 commits into from
Jun 22, 2024

Conversation

ogabrielluiz
Copy link
Contributor

(custom_component.py): Fix issue with accessing model_dump method

(service.py): Refactor variable declarations and type annotations

(service.py): Update method signatures and type annotations

(Makefile): Add 'update' target for updating dependencies

(pyproject.toml): Update version for 'langflow' package

(pyproject.toml): Update version for 'langflow-base' package

(pyproject.toml): Remove 'python-socketio' dependency and update other dependencies

(service.py): Update log method to check if message is an instance of BaseModel

(service.py): Add Optional import from typing

(service.py): Update set_run_id method to accept only uuid.UUID or None

(service.py): Set run_id as str in set_run_id method

(service.py): Refactor build_vertex method to specify type for graph variable

…cess model_dump method on message object without checking if it is an instance of BaseModel class
… type hint

♻️ (service.py): Refactor variable declarations and type annotations for better code readability and maintainability
📝 (service.py): Update method signatures and type annotations for better clarity and consistency
…updating dependencies

🔧 (pyproject.toml): update version to "1.0.0rc0" for the 'langflow' package
🔧 (pyproject.toml): update version to "0.0.73" for the 'langflow-base' package
🔧 (pyproject.toml): remove 'python-socketio' dependency and update other dependencies to specific versions
Copy link

vercel bot commented Jun 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 22, 2024 4:22am

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jun 22, 2024
@dosubot dosubot bot added the python Pull requests that update Python code label Jun 22, 2024
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Jun 22, 2024
@ogabrielluiz ogabrielluiz merged commit 78fbbae into dev Jun 22, 2024
16 checks passed
@ogabrielluiz ogabrielluiz deleted the lint_and_update branch June 22, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant