summaryrefslogtreecommitdiff
path: root/requirements
Commit message (Collapse)AuthorAgeFilesLines
* Update sqs.txt (#1684)Asif Saif Uddin2023-04-031-3/+3
|
* test azureservicebus pure ython beta (#1682)Asif Saif Uddin2023-04-031-1/+1
|
* use pytest-freezer (#1683)Asif Saif Uddin2023-04-011-1/+1
|
* Update azureservicebus.txt cpython only (#1674)Asif Saif Uddin2023-03-201-1/+1
| | | | | * Update azureservicebus.txt cpython only * Update azureservicebus.txt
* azure-servicebus>=7.8.3Asif Saif Uddin2023-03-201-1/+1
|
* azure-storage-queue>=12.6.0Asif Saif Uddin2023-03-191-1/+1
|
* Update sqlalchemy.txtAsif Saif Uddin2023-03-191-1/+1
|
* lets check it's compatAsif Saif Uddin2023-02-191-1/+1
|
* sqlalchemy>=1.4.1,<2.1 (#1642)Asif Saif Uddin2023-02-011-1/+1
| | | | | | | * sqlalchemy==1.4.46 * Update requirements/extras/sqlalchemy.txt * bump
* update (#1652)Asif Saif Uddin2023-02-011-2/+2
|
* Switch references to master to mainOmer Katz2022-12-291-1/+1
|
* add managed identity support to azure storage queue (#1631)Jason Barnett2022-12-271-0/+1
| | | | | * add managed identity support to azure storage queue * flake8 fixes
* redis==4.3.4 temporarilly in an attempt to avoid bc (#1634)Asif Saif Uddin2022-12-271-1/+1
| | | | | * redis==4.3.4 temporarilly in an attempt to avoid bc * redis>=4.2.2,<4.4.0
* sqlalchemy==1.4.45 (#1626)Asif Saif Uddin2022-12-141-1/+1
| | | | | | | * pin sqlalchemy==1.4.44 * sqlalchemy==2.0.0b4 * sqlalchemy==1.4.45
* importlib_metadata remove deprecated entry point interfaces (#1601)woutdenolf2022-10-091-1/+1
| | | | | * importlib_metadata removed deprecated entry point interfaces * importlib-metadata usage requires 3.6
* chore: add confluentkafka to extras 📌Meysam Azad2022-07-181-1/+1
|
* Datetime serialization and deserialization fixed (#1515)dobosevych2022-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Datetime serialization and deserialization fixed * Unit test fixed * Unit test fixed * Fixed pylint * Added Undocumented Autodoc Modules * Update kombu/utils/json.py Co-authored-by: Omer Katz <omer.katz@omerkatz.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Clean and freeze now * Clean and freeze now * Clean and freeze now * Clean and freeze now Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> Co-authored-by: Omer Katz <omer.katz@omerkatz.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* update sql dependencies (#1547)Asif Saif Uddin2022-04-281-2/+2
|
* redis>=4.2.2 (#1546)Asif Saif Uddin2022-04-281-1/+1
|
* kazoo>=2.8.0 (#1545)Asif Saif Uddin2022-04-281-1/+1
|
* azure-servicebus>=7.6.1 (#1543)Asif Saif Uddin2022-04-281-1/+1
|
* move to consul2 (#1544)Asif Saif Uddin2022-04-281-1/+1
| | | https://github.com/celery/celery/pull/6544
* remove pytest-travis-fold as not usedAsif Saif Uddin2022-04-281-2/+1
|
* Upgrade Azure Storage Queues transport to version 12 (#1539)Jonas Miederer2022-04-231-1/+1
| | | | | | | | | | | | | | | | * updated azurestoragequeues transport for azure-storage-queues v12 + added basic tests * fixed flake8 issues * pinned azure-storage-queue lib to >= v12.0.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * azure-storage-queue>=12.2.0 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
* Kafka support (#1506)CountRedClaw2022-04-213-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add kafka support * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix checks * Fix checks * Update kombu/transport/confluentkafka.py Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> * Add customization ability * Add docs * Fix pypi integration tests * Fix pydocstyle * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup * Disable PyPy tests * Fix tests * Add docs Co-authored-by: ilbo0518 <ilia.borsuk@netcracker.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
* Support pymongo 4.x (#1536)Jakub Pieńkowski2022-04-182-1/+2
| | | | | | | | | | | * Support pymongo 4.x * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix problems detected by CI Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* pytest~=7.1.1Asif Saif Uddin2022-04-171-1/+1
|
* try new py-amqp release (#1534)Asif Saif Uddin2022-04-171-1/+1
|
* Added possibility to serialize and deserialize binary messages in json (#1516)dobosevych2022-04-121-0/+1
| | | | | | | | | | | | | | | | | * Added possibility to serialize and deserialize binary messages in json * Flake8 fixed * Hypothesis added to improve test range. Fixed issue b'\x80' serialization. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added docstring * Fixed pylint Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* chore: Annotate semaphore.pySondre Lillebø Gundersen2022-04-121-0/+1
| | | | Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
* Add `mypy` to the pipeline (#1512)Marcelo Trylesinski2022-04-091-0/+1
| | | | | | | | | * Add `mypy` to the pipeline * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* try pytest 7 (#1497)Asif Saif Uddin2022-03-011-1/+1
|
* Revert "try pining setuptools (#1466)" (#1481)Paul Brown2022-01-131-1/+1
| | | | | | | | | | | * Revert "try pining setuptools (#1466)" This reverts commit 6ddf9409401e290e267c9c5041d92fdf5f47170d. * Revert "try restrict setuptool in CI" This reverts commit c4a8c2a69f0caad080984e466a5ccdb4be068373. * require setuptools>=47.0.0 in pkgutils.txt (version that dropped py2 support)
* test amqp v5.0.9 (#1462)Asif Saif Uddin2021-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | * test amqp v5.0.8 * bump to 5.0.9 in an attempt to fix the regression * try restrict setuptool in CI * try pining setuptools (#1466) * try pining setuptools * try more lower version * try 59.7.0 * try pin to setuptools==58.2.0 * try restrict setuptool in CI * setuptools>=59.1.1,<59.7.0
* try pining setuptools (#1466)Asif Saif Uddin2021-12-221-1/+1
| | | | | | | | | | | | | * try pining setuptools * try more lower version * try 59.7.0 * try pin to setuptools==58.2.0 * try restrict setuptool in CI * setuptools>=59.1.1,<59.7.0
* test pyaqp v5.0.7Asif Saif Uddin2021-12-131-1/+1
|
* Allow redis >= 4.0.2Illia Volochii2021-11-251-1/+1
|
* drop as we dont use travisAsif Saif Uddin2021-11-211-1/+0
|
* pin redis under 4.0.0 for nowAsif Saif Uddin2021-11-161-1/+1
|
* try latest sqs dependenciesAsif Saif Uddin2021-11-081-3/+3
|
* Update librabbitmq.txtAsif Saif Uddin2021-11-081-1/+1
|
* python !=3.12.1Asif Saif Uddin2021-11-081-1/+1
|
* Bump redis version to >= 3.4.1Matus Valo2021-11-061-1/+1
|
* Remove dependency to case (#1389)Matus Valo2021-09-151-1/+0
| | | | | | | | | | | | | * Remove dependency to case * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix flake8 errors * Remove unused code Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix missing dependency to redis in docs requirementsMatus Valo2021-09-121-0/+1
|
* test new pytest version (#1383)Asif Saif Uddin2021-09-081-1/+1
|
* Small fixes in documentationMatus Valo2021-06-091-0/+1
|
* Use a thread-safe implementation of cached_property (#1316)Omer Katz2021-04-011-0/+1
| | | | | | | | | | | | | * Use a thread-safe implementation of cached_property. * Restore setter and deleter. * Restore tests. * Fix __get__ signature for backport. * Cleanup. Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
* min py-amqp to v5.0.6 (#1325)Asif Saif Uddin2021-04-011-1/+1
|
* Add Github Actions CI (#1309)Matus Valo2021-03-071-1/+0
| | | | | | | * Implement CI is github actions * Skip failing pypy3 unittests * Added integration tests