Skip to content

chore(deps): update juliacall requirement from <0.9.29,>=0.9.28 to >=0.9.28,<0.9.36#1217

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/juliacall-gte-0.9.28-and-lt-0.9.36
Open

chore(deps): update juliacall requirement from <0.9.29,>=0.9.28 to >=0.9.28,<0.9.36#1217
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/juliacall-gte-0.9.28-and-lt-0.9.36

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on juliacall to permit the latest version.

Release notes

Sourced from juliacall's releases.

v0.9.35

PythonCall v0.9.35

Diff since v0.9.34

Merged pull requests:

Closed issues:

  • deprecations for v1 (#402)
  • move functionality into package extensions (#405)
  • Idea: Treat all NULLs as None (#416)
  • juliacall 0.9.33 import failure (#771)
  • PyArray ignores suboffsets (#775)
Changelog

Sourced from juliacall's changelog.

0.9.35 (2026-06-08)

  • Add option lib to JuliaCall. Setting this will skip the discovery subprocess.
  • Add support for using a system image in juliacall that has PythonCall baked in.
  • Add method pynext(x, d) to return a default value d if there are no more elements.
  • Bug fixes.

0.9.34 (2026-05-18)

  • Bug fixes.

0.9.33 (2026-05-18)

  • Add configuration via Preferences in addition to environment variables (e.g. exe rather than JULIA_PYTHONCALL_EXE.)
  • Bug fixes.

0.9.32 (2026-05-14)

  • Added juliacall.TypeValue.__numpy_dtype__ attribute to allow converting Julia types to the corresponding NumPy dtype, like numpy.dtype(jl.Int).
  • JuliaCall now launches Julia with 1 thread by default.
  • Added options trace_compile and trace_compile_timing to JuliaCall.
  • Initial experimental support for free-threaded Python 3.14.
  • Bug fixes.

0.9.31 (2025-12-17)

  • Restore support for Python 3.14+.

0.9.30 (2025-11-18)

  • Maximum supported Python version is now 3.13 (see the FAQ for why).

0.9.29 (2025-11-14)

  • Minimum supported Python version is now 3.10.
  • Minimum supported Julia version is now 1.10.
  • Showing Py now respects the compact option - output is limited to a single line of at most the display width.
  • Support policy now documented in the FAQ.
  • Added this changelog (was previously at docs/src/releasenotes.md).
  • Bug fixes.

0.9.28 (2025-09-17)

  • Added NumpyDates: NumPy-compatible DateTime64/TimeDelta64 types and units.
  • Added pyconvert rules for NumpyDates types.
  • Added PyArray support for NumPy arrays of datetime64 and timedelta64.
  • Added juliacall.ArrayValue support for Julia arrays of InlineDateTime64 and InlineTimeDelta64.
  • If JULIA_PYTHONCALL_EXE is a relative path, it is now considered relative to the active project.
  • Added option JULIA_PYTHONCALL_EXE=@venv to use a Python virtual environment relative to the active project.
  • Added PYTHON_JULIACALL_EXE and PYTHON_JULIACALL_PROJECT for specifying the Julia binary and project to override JuliaPkg.
  • Adds methods Py(::AbstractString), Py(::AbstractChar) (previously only builtin string and char types were allowed).
  • Adds methods Py(::Integer), Py(::Rational{<:Integer}), Py(::AbstractRange{<:Integer}) (previously only builtin integer types were allowed).
  • Adds method pydict(::Pair...) to construct a python dict from Pairs, similar to Dict.
  • Bug fixes.
  • Internal: switch from Requires.jl to package extensions.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [juliacall](https://github.com/JuliaPy/PythonCall.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaPy/PythonCall.jl/releases)
- [Changelog](https://github.com/JuliaPy/PythonCall.jl/blob/main/CHANGELOG.md)
- [Commits](JuliaPy/PythonCall.jl@v0.9.28...v0.9.35)

---
updated-dependencies:
- dependency-name: juliacall
  dependency-version: 0.9.35
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants