census-instrumentation / opencensus-python

A stats collection and distributed tracing framework
Apache License 2.0
668 stars 249 forks source link

Issue a new release for opencensus-ext-sqlalchemy #1175

Open iensu opened 1 year ago

iensu commented 1 year ago

The current version of opencensus-ext-sqlalchemy still has a upper version limit. The latest release on pypi.org is 0.1.3, which was released over a year ago, so the fix is in this PR is not available yet: https://github.com/census-instrumentation/opencensus-python/pull/1142

#0 13.38 The conflict is caused by:
#0 13.38     xxxxx 0.1 depends on SQLAlchemy==1.4.42
#0 13.38     opencensus-ext-sqlalchemy 0.1.3 depends on SQLAlchemy<1.3.24 and >=1.1.14
JeremyVriens commented 1 year ago

Agreed, @lzchen when can we expect a release of the opencensus-ext-sqlalchemy? A fix has already been merged November 17th last year.

macieyng commented 1 year ago

@lzchen @aabmass @hectorhdzg @jeremydvoss please take a look at this issue. I think it's urgent.

bujesse commented 1 year ago

This is a hard block on upgrading sqlalchemy for those of us using pip-compile and related tools.

misupantea-uipath commented 1 year ago

@aabmass, @hectorhdzg , @lzchen any chance we could do a release?

FredyR4zox commented 5 months ago

Any update on this?

SmirnGregHM commented 3 weeks ago

Please make a new release!

For those struggling to install it from github directly, try

pip install git+https://github.com/census-instrumentation/opencensus-python/@e4d08047e38453057ef406c423bd2f6d73b6d6be#subdirectory=contrib/opencensus-ext-sqlalchemy
lzchen commented 3 weeks ago

https://opentelemetry.io/blog/2023/sunsetting-opencensus/

Opencensus Python is not supported anymore and will be archived next month. No new releases will be made for this project.