Update 1.x branch after 1.4 release#351
Merged
Merged
Conversation
pre 1.3 release
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.11.0...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
from_neo4j() now accepts neo4j.EagerResult (the default return type of driver.execute_query()). The implementation recovers the bolt hydration Graph directly from the entity back-references on record values, giving the same complete graph that Result.graph() would return — including start/end nodes not explicitly selected. A _collect_graph_entities() helper handles the fallback for results with no direct graph columns (paths, nested lists/dicts). Unit tests for the helper are in test_collect_graph_entities.py; an integration test for the full EagerResult path is added to test_neo4j.py.
* dont rebuild graph object and avoid using internal APIs
Support EagerResult from driver.execute_query() in from_neo4j()
…-2.12.0 Bump pyjwt from 2.11.0 to 2.12.0 in /python-wrapper
Update uv lock
…t-9.0.3 Bump pytest from 9.0.2 to 9.0.3 in /python-wrapper
its the issue why these buttons didnt work
now also the buttons also work
…elect-layout-button-not-working gds 253 investigate download and select layout button not working
# Conflicts: # python-wrapper/pyproject.toml # python-wrapper/uv.lock
Improve dependabot
Bumps the python-patch-and-minor group in /python-wrapper with 3 updates: [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python), [selenium](https://github.com/SeleniumHQ/Selenium) and [streamlit](https://github.com/streamlit/streamlit). Updates `snowflake-snowpark-python` from 1.42.0 to 1.50.0 - [Release notes](https://github.com/snowflakedb/snowpark-python/releases) - [Changelog](https://github.com/snowflakedb/snowpark-python/blob/main/CHANGELOG.md) - [Commits](snowflakedb/snowpark-python@v1.42.0...v1.50.0) Updates `selenium` from 4.40.0 to 4.43.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.40.0...selenium-4.43.0) Updates `streamlit` from 1.56.0 to 1.57.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](streamlit/streamlit@1.56.0...1.57.0) --- updated-dependencies: - dependency-name: snowflake-snowpark-python dependency-version: 1.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-and-minor - dependency-name: selenium dependency-version: 4.43.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-and-minor - dependency-name: streamlit dependency-version: 1.57.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…on-patch-and-minor-4a04306aa3 Bump the python-patch-and-minor group in /python-wrapper with 3 updates
…init Detect theme changes after first render
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.