Skip to content

Commit 4144b8a

Browse files
authored
fix: bump pyspy for 3.11 support (#69)
bump pyspy update milksnakex
1 parent 70ff908 commit 4144b8a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyroscope_backends/pyroscope_pyspy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/pyroscope-io/pyroscope-rs"
1414
readme = "README.md"
1515

1616
[dependencies]
17-
py-spy = "0.3.12"
17+
py-spy = "0.3.14"
1818
pyroscope = { version = "0.5.4", path = "../../" }
1919
thiserror ="1.0"
2020
log = "0.4"

pyroscope_ffi/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
requires = [
33
"setuptools>=42",
44
"wheel",
5-
"milksnakex>=0.1.6"
5+
"milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a"
66
]
77
build-backend = "setuptools.build_meta"

pyroscope_ffi/python/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyroscope-io
3-
version= 0.8.0
3+
version= 0.8.1
44
description = Pyroscope Python integration
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -28,6 +28,6 @@ project_urls =
2828
[options]
2929
packages = find:
3030
install_requires =
31-
milksnakex>=0.1.6
31+
milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a
3232
include_package_data = True
3333
zip_safe = False

pyroscope_ffi/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ def find_dylib():
3737
setup(
3838
platforms="any",
3939
milksnake_tasks=[build_native],
40-
setup_requires=["milksnakex>=0.1.6"],
40+
setup_requires=["milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a"],
4141
)

0 commit comments

Comments
 (0)