Skip to content

Support Client Cache with libvalkey #178

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

Open
robert-schmidtke opened this issue Mar 13, 2025 · 3 comments · May be fixed by #189
Open

Support Client Cache with libvalkey #178

robert-schmidtke opened this issue Mar 13, 2025 · 3 comments · May be fixed by #189
Assignees
Labels
enhancement New feature or request

Comments

@robert-schmidtke
Copy link

Hi,

I want to adopt the client caching feature using Valkey(..., cache_enabled=True).
Currently this only works without libvalkey installed.

With libvalkey==4.0.1 I'm getting the following exception:

>>> from valkey import Valkey
>>> v = Valkey(host="<redacted>", db=0, ssl=True, password="<redacted>", protocol=3, cache_enabled=True)
>>> v.ping()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/user/miniforge3/envs/env/lib/python3.10/site-packages/valkey/commands/core.py", line 1211, in ping
    return self.execute_command("PING", **kwargs)
  File "/home/user/miniforge3/envs/env/lib/python3.10/site-packages/valkey/client.py", line 564, in execute_command
    conn = self.connection or pool.get_connection(command_name, **options)
  File "/home/user/miniforge3/envs/env/lib/python3.10/site-packages/valkey/connection.py", line 1121, in get_connection
    connection.connect()
  File "/home/user/miniforge3/envs/env/lib/python3.10/site-packages/valkey/connection.py", line 328, in connect
    self.on_connect()
  File "/home/user/miniforge3/envs/env/lib/python3.10/site-packages/valkey/connection.py", line 451, in on_connect
    self._parser.set_invalidation_push_handler(self._cache_invalidation_process)
AttributeError: '_LibvalkeyParser' object has no attribute 'set_invalidation_push_handler'

Environment info:

     active environment : env
    active env location : /home/rschmidtke/miniforge3/envs/env
            shell level : 1
       user config file : /home/rschmidtke/.condarc
 populated config files : /home/rschmidtke/miniforge3/.condarc
                          /home/rschmidtke/.condarc
          conda version : 24.11.3
    conda-build version : 24.5.1
         python version : 3.10.13.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=skylake
                          __conda=24.11.3=0
                          __cuda=12.8=0
                          __glibc=2.35=0
                          __linux=5.15.167.4=0
                          __unix=0=0
       base environment : /home/rschmidtke/miniforge3  (writable)
      conda av data dir : /home/rschmidtke/miniforge3/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /home/rschmidtke/miniforge3/pkgs
                          /home/rschmidtke/.conda/pkgs
       envs directories : /home/rschmidtke/miniforge3/envs
                          /home/rschmidtke/.conda/envs
               platform : linux-64
             user-agent : conda/24.11.3 requests/2.31.0 CPython/3.10.13 Linux/5.15.167.4-microsoft-standard-WSL2 ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.12
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False

Installed packages:

# packages in environment at /home/rschmidtke/miniforge3/envs/env:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
adwaita-icon-theme        47.0                     unix_0    conda-forge
aenum                     2.2.6              pyhd3deb0d_0    conda-forge
aiohttp                   3.8.1           py310h5764c6d_1    conda-forge
aiosignal                 1.3.2              pyhd8ed1ab_0    conda-forge
alabaster                 0.7.16             pyhd8ed1ab_0    conda-forge
annotated-types           0.7.0              pyhd8ed1ab_1    conda-forge
arrow-cpp                 9.0.0           py310hf9f0e5c_50_cpu    conda-forge
asn1crypto                1.5.1              pyhd8ed1ab_1    conda-forge
asttokens                 3.0.0              pyhd8ed1ab_1    conda-forge
async-timeout             4.0.3              pyhd8ed1ab_0    conda-forge
at-spi2-atk               2.38.0               h0630a04_3    conda-forge
at-spi2-core              2.40.3               h0630a04_0    conda-forge
atk-1.0                   2.38.0               h04ea711_2    conda-forge
attrs                     25.1.0             pyh71513ae_0    conda-forge
aws-c-auth                0.7.8                hcf8cf63_3    conda-forge
aws-c-cal                 0.6.9                h5d48c4d_2    conda-forge
aws-c-common              0.9.10               hd590300_0    conda-forge
aws-c-compression         0.2.17               h7f92143_7    conda-forge
aws-c-event-stream        0.3.2                h0bcb0bb_8    conda-forge
aws-c-http                0.7.15               hd268abd_0    conda-forge
aws-c-io                  0.13.36              hb3b01f7_3    conda-forge
aws-c-mqtt                0.10.0               hbafccad_1    conda-forge
aws-c-s3                  0.4.6                h47b1690_0    conda-forge
aws-c-sdkutils            0.1.13               h7f92143_0    conda-forge
aws-checksums             0.1.17               h7f92143_6    conda-forge
aws-crt-cpp               0.25.0               hfa7cc67_4    conda-forge
aws-sam-translator        1.95.0             pyhd8ed1ab_0    conda-forge
aws-sdk-cpp               1.11.210             h0853bfa_5    conda-forge
aws-xray-sdk              2.14.0             pyhd8ed1ab_1    conda-forge
awswrangler               2.20.1             pyhd8ed1ab_0    conda-forge
babel                     2.17.0             pyhd8ed1ab_0    conda-forge
backoff                   2.2.1              pyhd8ed1ab_1    conda-forge
bcrypt                    4.3.0           py310h505e2c1_0    conda-forge
beautifulsoup4            4.13.3             pyha770c72_0    conda-forge
blinker                   1.9.0              pyhff2d567_0    conda-forge
boto3                     1.37.11            pyhd8ed1ab_0    conda-forge
botocore                  1.37.11         pyge310_1234567_0    conda-forge
brotli-python             1.1.0           py310hf71b8c6_2    conda-forge
bzip2                     1.0.8                h4bc722e_7    conda-forge
c-ares                    1.34.4               hb9d3cd8_0    conda-forge
ca-certificates           2025.1.31            hbcca054_0    conda-forge
cachetools                5.5.2              pyhd8ed1ab_0    conda-forge
cairo                     1.18.4               h3394656_0    conda-forge
certifi                   2025.1.31          pyhd8ed1ab_0    conda-forge
cffi                      1.17.1          py310h8deb56e_0    conda-forge
cfgv                      3.3.1              pyhd8ed1ab_1    conda-forge
cfn-lint                  1.29.1             pyhd8ed1ab_0    conda-forge
chardet                   5.2.0           py310hff52083_2    conda-forge
charset-normalizer        2.1.1              pyhd8ed1ab_0    conda-forge
click                     8.1.8              pyh707e725_0    conda-forge
colorama                  0.4.6              pyhd8ed1ab_1    conda-forge
comm                      0.2.2              pyhd8ed1ab_1    conda-forge
configupdater             3.2                pyhd8ed1ab_1    conda-forge
coverage                  7.6.12          py310h89163eb_0    conda-forge
cpython                   3.10.16         py310hd8ed1ab_1    conda-forge
cryptography              44.0.2          py310h6c63255_0    conda-forge
dbus                      1.13.6               h5008d03_3    conda-forge
debugpy                   1.8.13          py310hf71b8c6_0    conda-forge
decorator                 5.2.1              pyhd8ed1ab_0    conda-forge
distlib                   0.3.9              pyhd8ed1ab_1    conda-forge
docker-py                 7.1.0              pyhd8ed1ab_1    conda-forge
docutils                  0.20.1          py310hff52083_3    conda-forge
ecdsa                     0.19.0             pyhd8ed1ab_1    conda-forge
epoxy                     1.5.10               h166bdaf_1    conda-forge
et_xmlfile                2.0.0              pyhd8ed1ab_1    conda-forge
exceptiongroup            1.2.2              pyhd8ed1ab_1    conda-forge
execnet                   2.1.1              pyhd8ed1ab_1    conda-forge
executing                 2.1.0              pyhd8ed1ab_1    conda-forge
expat                     2.6.4                h5888daf_0    conda-forge
filelock                  3.17.0             pyhd8ed1ab_0    conda-forge
flask                     3.1.0              pyhff2d567_0    conda-forge
flask_cors                4.0.0              pyhd8ed1ab_0    conda-forge
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
font-ttf-ubuntu           0.83                 h77eed37_3    conda-forge
fontconfig                2.15.0               h7e30c49_1    conda-forge
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
freetype                  2.12.1               h267a509_2    conda-forge
freezegun                 1.5.0              pyhd8ed1ab_1    conda-forge
fribidi                   1.0.10               h36c2ea0_0    conda-forge
frozenlist                1.5.0           py310h89163eb_1    conda-forge
furo                      2022.12.7          pyhd8ed1ab_0    conda-forge
gdk-pixbuf                2.42.12              hb9ae30d_0    conda-forge
gflags                    2.2.2             h5888daf_1005    conda-forge
glib-tools                2.82.2               h4833e2c_1    conda-forge
glog                      0.6.0                h6f12383_0    conda-forge
gmp                       6.3.0                hac33072_2    conda-forge
gmpy2                     2.1.5           py310he8512ff_3    conda-forge
graphite2                 1.3.13            h59595ed_1003    conda-forge
graphql-core              3.2.6              pyh29332c3_0    conda-forge
graphviz                  12.2.1               h5ae0cbf_1    conda-forge
gremlinpython             3.5.2              pyhd8ed1ab_0    conda-forge
gtk3                      3.24.43              h021d004_4    conda-forge
gts                       0.7.6                h977cf35_4    conda-forge
h2                        4.2.0              pyhd8ed1ab_0    conda-forge
harfbuzz                  10.4.0               h76408a6_0    conda-forge
hicolor-icon-theme        0.17                 ha770c72_2    conda-forge
hpack                     4.1.0              pyhd8ed1ab_0    conda-forge
hyperframe                6.1.0              pyhd8ed1ab_0    conda-forge
icu                       75.1                 he02047a_0    conda-forge
identify                  2.6.9              pyhd8ed1ab_0    conda-forge
idna                      3.10               pyhd8ed1ab_1    conda-forge
imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
importlib-metadata        8.6.1              pyha770c72_0    conda-forge
importlib_metadata        8.6.1                hd8ed1ab_0    conda-forge
importlib_resources       6.5.2              pyhd8ed1ab_0    conda-forge
iniconfig                 2.0.0              pyhd8ed1ab_1    conda-forge
ipykernel                 6.29.5             pyh3099207_0    conda-forge
ipython                   8.34.0             pyh907856f_0    conda-forge
isodate                   0.7.2              pyhd8ed1ab_1    conda-forge
itsdangerous              2.2.0              pyhd8ed1ab_1    conda-forge
jedi                      0.19.2             pyhd8ed1ab_1    conda-forge
jinja2                    3.1.6              pyhd8ed1ab_0    conda-forge
jmespath                  1.0.1              pyhd8ed1ab_1    conda-forge
jschema-to-python         1.2.3              pyhff2d567_1    conda-forge
jsondiff                  2.2.1              pyhd8ed1ab_1    conda-forge
jsonpatch                 1.33               pyhd8ed1ab_1    conda-forge
jsonpath-ng               1.6.1              pyhd8ed1ab_1    conda-forge
jsonpickle                4.0.0              pyh29332c3_0    conda-forge
jsonpointer               3.0.0           py310hff52083_1    conda-forge
jsonschema                4.23.0             pyhd8ed1ab_1    conda-forge
jsonschema-path           0.3.4              pyh29332c3_0    conda-forge
jsonschema-specifications 2024.10.1          pyhd8ed1ab_1    conda-forge
junit-xml                 1.9                pyhd8ed1ab_1    conda-forge
jupyter_client            8.6.3              pyhd8ed1ab_1    conda-forge
jupyter_core              5.7.2              pyh31011fe_1    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
krb5                      1.21.3               h659f571_0    conda-forge
lazy-object-proxy         1.10.0          py310ha75aee5_2    conda-forge
ld_impl_linux-64          2.43                 h712a8e2_4    conda-forge
lerc                      4.0.0                h27087fc_0    conda-forge
libabseil                 20230802.1      cxx17_h59595ed_0    conda-forge
libblas                   3.9.0           31_h59b9bed_openblas    conda-forge
libbrotlicommon           1.1.0                hb9d3cd8_2    conda-forge
libbrotlidec              1.1.0                hb9d3cd8_2    conda-forge
libbrotlienc              1.1.0                hb9d3cd8_2    conda-forge
libcblas                  3.9.0           31_he106b2a_openblas    conda-forge
libcrc32c                 1.1.2                h9c3ff4c_0    conda-forge
libcups                   2.3.3                h4637d8d_4    conda-forge
libcurl                   8.12.1               h332b0f4_0    conda-forge
libdeflate                1.23                 h4ddbbb0_0    conda-forge
libedit                   3.1.20250104    pl5321h7949ede_0    conda-forge
libev                     4.33                 hd590300_2    conda-forge
libevent                  2.1.12               hf998b51_1    conda-forge
libexpat                  2.6.4                h5888daf_0    conda-forge
libffi                    3.4.6                h2dba641_0    conda-forge
libgcc                    14.2.0               h767d61c_2    conda-forge
libgcc-ng                 14.2.0               h69a702a_2    conda-forge
libgd                     2.3.3               h6f5c62b_11    conda-forge
libgfortran               14.2.0               h69a702a_2    conda-forge
libgfortran5              14.2.0               hf1ad2bd_2    conda-forge
libglib                   2.82.2               h2ff4ddf_1    conda-forge
libgomp                   14.2.0               h767d61c_2    conda-forge
libgoogle-cloud           2.12.0               h5206363_4    conda-forge
libgrpc                   1.59.3               hd6c4280_0    conda-forge
libiconv                  1.18                 h4ce23a2_1    conda-forge
libjpeg-turbo             3.0.0                hd590300_1    conda-forge
liblapack                 3.9.0           31_h7ac8fdf_openblas    conda-forge
liblzma                   5.6.4                hb9d3cd8_0    conda-forge
libnghttp2                1.64.0               h161d5f1_0    conda-forge
libnsl                    2.0.1                hd590300_0    conda-forge
libopenblas               0.3.29          pthreads_h94d23a6_0    conda-forge
libpng                    1.6.47               h943b412_0    conda-forge
libprotobuf               4.24.4               hf27288f_0    conda-forge
libre2-11                 2023.09.01           h7a70373_1    conda-forge
librsvg                   2.58.4               h49af25d_2    conda-forge
libsodium                 1.0.20               h4ab18f5_0    conda-forge
libsqlite                 3.49.1               hee588c1_1    conda-forge
libssh2                   1.11.1               hf672d98_0    conda-forge
libstdcxx                 14.2.0               h8f9b012_2    conda-forge
libstdcxx-ng              14.2.0               h4852527_2    conda-forge
libthrift                 0.19.0               hb90f79a_1    conda-forge
libtiff                   4.7.0                hd9ff511_3    conda-forge
libutf8proc               2.8.0                hf23e847_1    conda-forge
libuuid                   2.38.1               h0b41bf4_0    conda-forge
libvalkey                 4.0.1                    pypi_0    pypi
libwebp-base              1.5.0                h851e524_0    conda-forge
libxcb                    1.17.0               h8a09558_0    conda-forge
libxcrypt                 4.4.36               hd590300_1    conda-forge
libxkbcommon              1.8.1                hc4a0caf_0    conda-forge
libxml2                   2.13.6               h8d12d68_0    conda-forge
libxslt                   1.1.39               h76b75d6_0    conda-forge
libzlib                   1.3.1                hb9d3cd8_2    conda-forge
lxml                      5.3.1           py310h6ee67d5_0    conda-forge
lz4-c                     1.9.4                hcb278e6_0    conda-forge
markdown-it-py            3.0.0              pyhd8ed1ab_1    conda-forge
markupsafe                3.0.2           py310h89163eb_1    conda-forge
matplotlib-inline         0.1.7              pyhd8ed1ab_1    conda-forge
mdit-py-plugins           0.4.2              pyhd8ed1ab_1    conda-forge
mdurl                     0.1.2              pyhd8ed1ab_1    conda-forge
moto                      4.2.14             pyhd8ed1ab_0    conda-forge
mpc                       1.3.1                h24ddda3_1    conda-forge
mpfr                      4.2.1                h90cbb55_3    conda-forge
mpmath                    1.3.0              pyhd8ed1ab_1    conda-forge
multidict                 6.1.0           py310h89163eb_2    conda-forge
myst-parser               4.0.1              pyhd8ed1ab_0    conda-forge
ncurses                   6.5                  h2d0b736_3    conda-forge
nest-asyncio              1.6.0              pyhd8ed1ab_1    conda-forge
networkx                  3.4                pyhd8ed1ab_0    conda-forge
nodeenv                   1.9.1              pyhd8ed1ab_1    conda-forge
numpy                     1.26.4          py310hb13e2d6_0    conda-forge
openapi-schema-validator  0.6.3              pyhd8ed1ab_0    conda-forge
openapi-spec-validator    0.7.1              pyhd8ed1ab_1    conda-forge
openpyxl                  3.0.10          py310h5764c6d_2    conda-forge
opensearch-py             2.4.2              pyhd8ed1ab_1    conda-forge
openssl                   3.4.1                h7b32b05_0    conda-forge
orc                       1.9.2                h4b38347_0    conda-forge
orjson                    3.10.15         py310h505e2c1_0    conda-forge
packaging                 24.2               pyhd8ed1ab_2    conda-forge
pandas                    1.5.1           py310h769672d_1    conda-forge
pango                     1.56.1               h861ebed_0    conda-forge
paramiko                  3.5.1              pyhd8ed1ab_0    conda-forge
parquet-cpp               1.5.1                         2    conda-forge
parso                     0.8.4              pyhd8ed1ab_1    conda-forge
pathable                  0.4.4              pyhd8ed1ab_0    conda-forge
pbr                       6.1.1              pyhd8ed1ab_1    conda-forge
pcre2                     10.44                hba22ea6_2    conda-forge
pexpect                   4.9.0              pyhd8ed1ab_1    conda-forge
pg8000                    1.29.3             pyhd8ed1ab_0    conda-forge
pickleshare               0.7.5           pyhd8ed1ab_1004    conda-forge
pip                       25.0.1             pyh8b19718_0    conda-forge
pixman                    0.44.2               h29eaf8c_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_2    conda-forge
platformdirs              4.3.6              pyhd8ed1ab_1    conda-forge
pluggy                    1.5.0              pyhd8ed1ab_1    conda-forge
ply                       3.11               pyhd8ed1ab_3    conda-forge
pre-commit                4.1.0              pyha770c72_0    conda-forge
progressbar2              4.5.0              pyhd8ed1ab_1    conda-forge
prompt-toolkit            3.0.50             pyha770c72_0    conda-forge
propcache                 0.2.1           py310h89163eb_1    conda-forge
psutil                    7.0.0           py310ha75aee5_0    conda-forge
pthread-stubs             0.4               hb9d3cd8_1002    conda-forge
ptyprocess                0.7.0              pyhd8ed1ab_1    conda-forge
pure_eval                 0.2.3              pyhd8ed1ab_1    conda-forge
pyarrow                   9.0.0           py310h7f027b5_50_cpu    conda-forge
pyasn1                    0.4.8                      py_0    conda-forge
pycparser                 2.22               pyh29332c3_1    conda-forge
pydantic                  2.10.6             pyh3cfb1c2_0    conda-forge
pydantic-core             2.27.2          py310h505e2c1_0    conda-forge
pydot                     3.0.4           py310hff52083_0    conda-forge
pygments                  2.19.1             pyhd8ed1ab_0    conda-forge
pymysql                   1.1.1              pyhd8ed1ab_1    conda-forge
pynacl                    1.5.0           py310ha75aee5_4    conda-forge
pyodbc                    4.0.39          py310heca2aa9_0    conda-forge
pyparsing                 3.2.1              pyhd8ed1ab_0    conda-forge
pyproject-api             1.9.0              pyh29332c3_0    conda-forge
pyscaffold                4.6                pyhd8ed1ab_1    conda-forge
pysocks                   1.7.1              pyha55dd90_7    conda-forge
pytest                    8.3.5              pyhd8ed1ab_0    conda-forge
pytest-asyncio            0.25.3             pyh29332c3_0    conda-forge
pytest-cov                6.0.0              pyhd8ed1ab_1    conda-forge
pytest-xdist              3.6.1              pyhd8ed1ab_1    conda-forge
python                    3.10.16         he725a3c_1_cpython    conda-forge
python-dateutil           2.9.0.post0        pyhff2d567_1    conda-forge
python-dotenv             1.0.1              pyhd8ed1ab_1    conda-forge
python-jose               3.4.0              pyhff2d567_0    conda-forge
python-utils              3.9.1              pyhff2d567_1    conda-forge
python_abi                3.10                    5_cp310    conda-forge
pytz                      2025.1             pyhd8ed1ab_0    conda-forge
pywin32-on-windows        0.1.0              pyh1179c8e_3    conda-forge
pyyaml                    6.0.2           py310h89163eb_2    conda-forge
pyzmq                     26.2.1          py310h71f11fc_0    conda-forge
re2                       2023.09.01           h7f4b329_1    conda-forge
readline                  8.2                  h8c095d6_2    conda-forge
redshift_connector        2.0.918            pyhd8ed1ab_0    conda-forge
referencing               0.36.2             pyh29332c3_0    conda-forge
regex                     2024.11.6       py310ha75aee5_0    conda-forge
requests                  2.32.3             pyhd8ed1ab_1    conda-forge
requests-aws4auth         1.1.1              pyhd8ed1ab_0    conda-forge
responses                 0.25.7             pyhd8ed1ab_0    conda-forge
rfc3339-validator         0.1.4              pyhd8ed1ab_1    conda-forge
rpds-py                   0.23.1          py310hc1293b2_0    conda-forge
rsa                       4.9                pyhd8ed1ab_1    conda-forge
s2n                       1.4.1                h06160fa_0    conda-forge
s3transfer                0.11.4             pyhd8ed1ab_0    conda-forge
sarif-om                  1.0.4              pyhd8ed1ab_1    conda-forge
scramp                    1.4.4              pyhd8ed1ab_0    conda-forge
setuptools                75.8.2             pyhff2d567_0    conda-forge
setuptools-scm            8.2.0              pyhd8ed1ab_0    conda-forge
setuptools_scm            8.2.0                hd8ed1ab_0    conda-forge
six                       1.17.0             pyhd8ed1ab_0    conda-forge
snappy                    1.1.10               hdb0a2a9_1    conda-forge
snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
sphinx                    7.1.2              pyhd8ed1ab_0    conda-forge
sphinx-basic-ng           1.0.0b2            pyhd8ed1ab_3    conda-forge
sphinx-inline-tabs        2023.4.21          pyhd8ed1ab_1    conda-forge
sphinxcontrib-applehelp   2.0.0              pyhd8ed1ab_1    conda-forge
sphinxcontrib-confluencebuilder 2.7.1              pyhd8ed1ab_0    conda-forge
sphinxcontrib-devhelp     2.0.0              pyhd8ed1ab_1    conda-forge
sphinxcontrib-htmlhelp    2.1.0              pyhd8ed1ab_1    conda-forge
sphinxcontrib-jsmath      1.0.1              pyhd8ed1ab_1    conda-forge
sphinxcontrib-qthelp      2.0.0              pyhd8ed1ab_1    conda-forge
sphinxcontrib-serializinghtml 1.1.10             pyhd8ed1ab_1    conda-forge
sshpubkeys                3.3.1              pyhd8ed1ab_1    conda-forge
stack_data                0.6.3              pyhd8ed1ab_1    conda-forge
sympy                     1.13.3           pyh2585a3b_105    conda-forge
tk                        8.6.13          noxft_h4845f30_101    conda-forge
toml                      0.10.2             pyhd8ed1ab_1    conda-forge
tomli                     2.2.1              pyhd8ed1ab_1    conda-forge
tomlkit                   0.13.2             pyha770c72_1    conda-forge
tornado                   6.4.2           py310ha75aee5_0    conda-forge
tox                       4.24.2             pyh29332c3_0    conda-forge
traitlets                 5.14.3             pyhd8ed1ab_1    conda-forge
types-pyyaml              6.0.12.20241230    pyhd8ed1ab_0    conda-forge
typing-extensions         4.12.2               hd8ed1ab_1    conda-forge
typing_extensions         4.12.2             pyha770c72_1    conda-forge
tzdata                    2025a                h78e105d_0    conda-forge
ukkonen                   1.0.1           py310h3788b33_5    conda-forge
unixodbc                  2.3.12               h661eb56_0    conda-forge
urllib3                   2.3.0              pyhd8ed1ab_0    conda-forge
valkey                    6.1.0                    pypi_0    pypi
virtualenv                20.29.3            pyhd8ed1ab_0    conda-forge
wayland                   1.23.1               h3e06ad9_0    conda-forge
wcwidth                   0.2.13             pyhd8ed1ab_1    conda-forge
websocket-client          1.8.0              pyhd8ed1ab_1    conda-forge
werkzeug                  3.1.3              pyhd8ed1ab_1    conda-forge
wheel                     0.45.1             pyhd8ed1ab_1    conda-forge
wrapt                     1.17.2          py310ha75aee5_0    conda-forge
xkeyboard-config          2.43                 hb9d3cd8_0    conda-forge
xmltodict                 0.14.2             pyhd8ed1ab_1    conda-forge
xorg-libice               1.1.2                hb9d3cd8_0    conda-forge
xorg-libsm                1.2.5                he73a12e_0    conda-forge
xorg-libx11               1.8.11               h4f16b4b_0    conda-forge
xorg-libxau               1.0.12               hb9d3cd8_0    conda-forge
xorg-libxcomposite        0.4.6                hb9d3cd8_2    conda-forge
xorg-libxcursor           1.2.3                hb9d3cd8_0    conda-forge
xorg-libxdamage           1.1.6                hb9d3cd8_0    conda-forge
xorg-libxdmcp             1.1.5                hb9d3cd8_0    conda-forge
xorg-libxext              1.3.6                hb9d3cd8_0    conda-forge
xorg-libxfixes            6.0.1                hb9d3cd8_0    conda-forge
xorg-libxi                1.8.2                hb9d3cd8_0    conda-forge
xorg-libxinerama          1.1.5                h5888daf_1    conda-forge
xorg-libxrandr            1.5.4                hb9d3cd8_0    conda-forge
xorg-libxrender           0.9.12               hb9d3cd8_0    conda-forge
xorg-libxtst              1.2.5                hb9d3cd8_3    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
yarl                      1.18.3          py310h89163eb_1    conda-forge
zeromq                    4.3.5                h3b0a872_7    conda-forge
zipp                      3.21.0             pyhd8ed1ab_1    conda-forge
zstandard                 0.19.0          py310h5764c6d_0    conda-forge
zstd                      1.5.7                hb8e6e7a_1    conda-forge
@mkmkme mkmkme self-assigned this Mar 25, 2025
@mkmkme mkmkme added the enhancement New feature or request label Mar 25, 2025
@AnneMayor
Copy link

@mkmkme Can I handle this issue?

@mkmkme
Copy link
Collaborator

mkmkme commented Apr 3, 2025

Hey @AnneMayor !
Sure, if you have something on mind, please feel free to open a PR :) I'll gladly review it.
Thank you!

@AnneMayor
Copy link

Great. I am going to open PR until this weekend if possible. Thanks.

@AnneMayor AnneMayor linked a pull request Apr 8, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants