Metadata-Version: 2.1
Name: galaxy-tool-shed
Version: 24.1.2
Summary: Galaxy auth framework and implementations
Home-page: https://github.com/galaxyproject/galaxy
Author: Galaxy Project and Community
Author-email: galaxy-committers@lists.galaxyproject.org
License: AFL
Keywords: Galaxy
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: galaxy-app
Requires-Dist: galaxy-auth
Requires-Dist: galaxy-config
Requires-Dist: galaxy-data
Requires-Dist: galaxy-util
Requires-Dist: galaxy-web-framework
Requires-Dist: galaxy-web-stack
Requires-Dist: galaxy-web-apps
Requires-Dist: a2wsgi
Requires-Dist: alembic
Requires-Dist: fastapi>=0.101.0
Requires-Dist: graphene
Requires-Dist: graphene-sqlalchemy>=3.0.0rc1
Requires-Dist: graphql-core
Requires-Dist: Mako
Requires-Dist: MarkupSafe
Requires-Dist: mercurial
Requires-Dist: Paste
Requires-Dist: pydantic>=2.7.4
Requires-Dist: Routes
Requires-Dist: SQLAlchemy<2.1,>=2.0
Requires-Dist: starlette
Requires-Dist: starlette-context
Requires-Dist: starlette-graphene3
Requires-Dist: typing-extensions
Requires-Dist: WebOb
Requires-Dist: Whoosh


.. image:: https://badge.fury.io/py/galaxy-tool-shed.svg
   :target: https://pypi.org/project/galaxy-tool-shed/



Overview
--------

The Galaxy_ tool shed server.

* Code: https://github.com/galaxyproject/galaxy

.. _Galaxy: http://galaxyproject.org/

History
-------

.. to_doc

-------------------
24.1.2 (2024-09-25)
-------------------

No recorded changes since last release

-------------------
24.1.1 (2024-07-02)
-------------------


=========
Bug fixes
=========

* Revert some requests import changes by `@nsoranzo <https://github.com/nsoranzo>`_ in `#18199 <https://github.com/galaxyproject/galaxy/pull/18199>`_
* Fix various packages' issues by `@nsoranzo <https://github.com/nsoranzo>`_ in `#18301 <https://github.com/galaxyproject/galaxy/pull/18301>`_

============
Enhancements
============

* Enable ``warn_unused_ignores`` mypy option by `@nsoranzo <https://github.com/nsoranzo>`_ in `#17991 <https://github.com/galaxyproject/galaxy/pull/17991>`_
* Add galaxy to user agent by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18003 <https://github.com/galaxyproject/galaxy/pull/18003>`_
* Update Python dependencies by `@galaxybot <https://github.com/galaxybot>`_ in `#18063 <https://github.com/galaxyproject/galaxy/pull/18063>`_

-------------------
24.0.3 (2024-06-28)
-------------------


=========
Bug fixes
=========

* Add ``hgweb_repo_prefix`` attribute to ``TestToolShedConfig`` by `@nsoranzo <https://github.com/nsoranzo>`_ in `#18268 <https://github.com/galaxyproject/galaxy/pull/18268>`_
* Fix tool_shed package unit tests by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18327 <https://github.com/galaxyproject/galaxy/pull/18327>`_
* Fix one more tool shed unit test by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18328 <https://github.com/galaxyproject/galaxy/pull/18328>`_

-------------------
24.0.2 (2024-05-07)
-------------------

No recorded changes since last release

-------------------
24.0.1 (2024-05-02)
-------------------

No recorded changes since last release

-------------------
24.0.0 (2024-04-02)
-------------------


=========
Bug fixes
=========

* Reload built-in converters on toolbox reload by `@bernt-matthias <https://github.com/bernt-matthias>`_ in `#17209 <https://github.com/galaxyproject/galaxy/pull/17209>`_

============
Enhancements
============

* Enable ``warn_unreachable`` mypy option by `@mvdbeek <https://github.com/mvdbeek>`_ in `#17365 <https://github.com/galaxyproject/galaxy/pull/17365>`_

-------------------
23.2.1 (2024-02-21)
-------------------

First release
