We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2f657 commit 21f132aCopy full SHA for 21f132a
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## [v0.4.4](https://github.com/livebook-dev/pythonx/tree/v0.4.4) (2025-03-07)
8
+
9
+### Fixed
10
11
+* Added missing `:extra_applications`, which caused `Pythonx.uv_init/1` to fail in certain environments
12
13
## [v0.4.3](https://github.com/livebook-dev/pythonx/tree/v0.4.3) (2025-03-06)
14
15
### Changed
mix.exs
@@ -5,7 +5,7 @@ end
defmodule Pythonx.MixProject do
use Mix.Project
- @version "0.4.4-dev"
+ @version "0.4.4"
@description "Python interpreter embedded in Elixir"
@github_url "https://github.com/livebook-dev/pythonx"
0 commit comments