Skip to content
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

PubSub on PyPI is out of sync with this repo #403

Closed
barendatnicolab opened this issue Dec 7, 2023 · 1 comment
Closed

PubSub on PyPI is out of sync with this repo #403

barendatnicolab opened this issue Dec 7, 2023 · 1 comment

Comments

@barendatnicolab
Copy link

barendatnicolab commented Dec 7, 2023

Describe the bug

If one is to download testcontainers-gcp from PyPI, you are getting an outdated version, one that doesn't match with current main.

>>> pip download testcontainers-gcp
...
>>> ls
google_cloud_pubsub-1.7.2-py2.py3-none-any.whl		
testcontainers_gcp-0.0.1rc1-py3-none-any.whl
... (and many more)

However, current setup.py also mentions the same version (0.0.1rc1 that is) here. That updated setup.py sets a requirement on pubsub>=2. As you can see above, it actually downloads pubsub 1.7.2.
I reckon the current PyPI version is based on code before this commit: 934c8d8

To Reproduce

pip download testcontainers-gcp

Runtime environment

Running with
python=3.9.18
pip==23.0.1

To solve (suggestion)
Publish a new version that reflects latest state of main.

p.s. thanks for the maintainers for all the work you've done on this repo <3

barendatnicolab added a commit to barendatnicolab/testcontainers-python that referenced this issue Dec 7, 2023
No code changes have been made, but current `main` is ahead of PyPI.
See  testcontainers#403
@totallyzen
Copy link
Collaborator

hey @barendatnicolab going forward we are only releasing one package with python's extras style - so in effect we'll release all the unreleased stuff in one go and tracking that under #418.

Please follow that issue if you want to ask more questions or know when to receive some updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants